Skip to content

Commit

Permalink
[Tests] on node v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 22, 2016
1 parent cc9cc30 commit a4cc2fe
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: node_js
sudo: true
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
- "7"
- "6"
- "5"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.8"

0 comments on commit a4cc2fe

Please sign in to comment.