Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Replaced outdated node versions 0.11, 0.12, 4, 5 in travis build with…
Browse files Browse the repository at this point in the history
… 6, 7, 8
  • Loading branch information
holgerd77 committed Sep 28, 2017
1 parent b9fab69 commit 54618d6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
env:
- CXX=g++-4.8
addons:
Expand All @@ -19,9 +18,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit 54618d6

Please sign in to comment.