Skip to content

Commit 18066ca

Browse files
committed
travis: Upgrade g++-5 back to g++-7
This reverts 2e79055.
1 parent b8213f7 commit 18066ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 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++-5"
7+
install: export CXX="g++-7"
88
os:
99
- linux
1010
before_script:
@@ -19,9 +19,9 @@ script:
1919
addons:
2020
apt:
2121
sources:
22-
- ubuntu-toolchain-r-test
22+
- sourceline: 'ppa:ubuntu-toolchain-r/test'
2323
packages:
24-
- g++-5
24+
- g++-7
2525
#branches:
2626
# only:
2727
# - linux

0 commit comments

Comments
 (0)