Skip to content

Commit

Permalink
travis: fix compilator version
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 1, 2018
1 parent 873b25a commit 2e79055
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 @@ -4,7 +4,7 @@ sudo: required
dist: xenial
compiler:
- g++
install: export CXX="g++-7"
install: export CXX="g++-5"
os:
- linux
before_script:
Expand All @@ -21,7 +21,7 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- g++-5
#branches:
# only:
# - linux
Expand Down

0 comments on commit 2e79055

Please sign in to comment.