Skip to content

Commit

Permalink
travis: Upgrade g++-5 back to g++-7
Browse files Browse the repository at this point in the history
This reverts 2e79055.
  • Loading branch information
Zegeri committed Sep 17, 2018
1 parent b8213f7 commit 18066ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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++-5"
install: export CXX="g++-7"
os:
- linux
before_script:
Expand All @@ -19,9 +19,9 @@ script:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- g++-5
- g++-7
#branches:
# only:
# - linux
Expand Down

0 comments on commit 18066ca

Please sign in to comment.