Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfuhrmann authored Nov 2, 2018
1 parent d194818 commit c6d6a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ branches:
- master

before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-6"; fi

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-6

before_script:
- wget https://github.com/google/googletest/archive/master.zip -O /tmp/gtest.zip
Expand Down

0 comments on commit c6d6a20

Please sign in to comment.