Skip to content

Commit

Permalink
Updates TravisCI config to use g++-7
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jul 11, 2018
1 parent d5e3b48 commit 635df27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
language: rust

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7

env:
- CC=gcc-7
- CXX=g++-7

0 comments on commit 635df27

Please sign in to comment.