Skip to content

Commit

Permalink
ci: do not test with node < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 19, 2017
1 parent accbad6 commit cb51f2a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ sudo: false
language: node_js
matrix:
include:
- node_js: "6"
env: NPM_RUN_SCRIPT=test-standard-coverage
- node_js: "5"
- node_js: "4"
- node_js: "0.12"
- node_js: "0.10"
env: NPM_INSTALL_PACKAGES=es6-promise
- node_js: "7"
env: NPM_RUN_SCRIPT=test-standard-coverage
- node_js: "6"
- node_js: "5"
- node_js: "4"
install:
- npm install
- if [ -n "$NPM_INSTALL_PACKAGES" ]; then npm install $NPM_INSTALL_PACKAGES; fi
- npm install
- if [ -n "$NPM_INSTALL_PACKAGES" ]; then npm install $NPM_INSTALL_PACKAGES; fi
script:
- npm run ${NPM_RUN_SCRIPT:-test}
- npm run ${NPM_RUN_SCRIPT:-test}

0 comments on commit cb51f2a

Please sign in to comment.