Skip to content

Commit

Permalink
travis: do not test with Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Nov 21, 2018
1 parent 672150f commit ac8ea6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*-ts.js

*.log
*.tgz

ts-node-*
Expand Down
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ env:

matrix:
include:
- node_js: "10"
- node_js: "node"
env: NPM_RUN_SCRIPT=test
- node_js: "9"
- node_js: "10"
- node_js: "8"
- node_js: "7"
- node_js: "6"
- node_js: "5"
env: TAP_ARGS=--strict
- node_js: "4"
env: TAP_ARGS=--strict

install:
- npm install
Expand Down

0 comments on commit ac8ea6a

Please sign in to comment.