Skip to content

Commit

Permalink
Merge pull request simonfuhrmann#452 from simonfuhrmann/simonfuhrmann…
Browse files Browse the repository at this point in the history
…-patch-1

Update .travis.yml
  • Loading branch information
simonfuhrmann authored Nov 2, 2018
2 parents d194818 + c6d6a20 commit 8e9dff5
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 8e9dff5

Please sign in to comment.