Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Use a recent GCC version on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jun 7, 2017
1 parent 9704100 commit 02206e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: false
node_js: 6

env:
- CC=clang CXX=clang++
- CXX=g++-6 CC=gcc-6

script: npm run ci

Expand All @@ -20,3 +20,11 @@ notifications:
email:
on_success: never
on_failure: change

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

0 comments on commit 02206e7

Please sign in to comment.