Skip to content

Commit

Permalink
Switch Travis CI to Ubuntu Trusty, provides C++11 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jun 23, 2017
1 parent b062e57 commit 4dbd514
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .travis.yml
@@ -1,23 +1,12 @@
sudo: false

language: node_js
dist: trusty

env:
- CXX="g++-4.8"
language: node_js

node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- 'stable'

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

before_script: npm install -g standard

0 comments on commit 4dbd514

Please sign in to comment.