Skip to content

Commit

Permalink
[travis] Remove node 0.8 from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 27, 2016
1 parent 538fc57 commit 3e99c35
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ sudo: false
language:
- node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "4"
- "6"
- "5"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ] ; then npm install -g npm@2.14.14; fi'
- "4"
- "0.12"
- "0.10"
script:
- "make test-travis"
after_script:
Expand Down

0 comments on commit 3e99c35

Please sign in to comment.