Skip to content

Commit

Permalink
chore(travis): update travis configuration, build only on 6/8/10
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed May 30, 2018
1 parent b4e3a57 commit dc2c3ef
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
language: node_js
sudo: false
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "8"
- 6
- 8
- 10

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- $CXX --version
- npm explore npm -g -- npm install node-gyp@latest

env:
- CXX=g++-4.8

0 comments on commit dc2c3ef

Please sign in to comment.