Skip to content

Commit

Permalink
updated travis for node version 4,6,7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rNoz committed Nov 2, 2017
1 parent 331e90b commit df8b390
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ dist: trusty

language: node_js

cache:
directories:
- "node_modules"

matrix:
fast_finish: true
include:
- node_js: '8'
- node_js: '7'
- node_js: '6'
- node_js: '4'

install:
- npm install

script:
script:
- npm test

after_success:
Expand Down

0 comments on commit df8b390

Please sign in to comment.