Skip to content

Commit 2e79055

Browse files
committed
travis: fix compilator version
1 parent 873b25a commit 2e79055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: required
44
dist: xenial
55
compiler:
66
- g++
7-
install: export CXX="g++-7"
7+
install: export CXX="g++-5"
88
os:
99
- linux
1010
before_script:
@@ -21,7 +21,7 @@ addons:
2121
sources:
2222
- ubuntu-toolchain-r-test
2323
packages:
24-
- g++-7
24+
- g++-5
2525
#branches:
2626
# only:
2727
# - linux

0 commit comments

Comments
 (0)