Skip to content

Commit

Permalink
add node 4,7, drop 5 (#229)
Browse files Browse the repository at this point in the history
* add node 4,7, drop 5

* lint in node

* remove lint for every env
  • Loading branch information
hzoo authored and kangax committed Nov 2, 2016
1 parent 1e47c64 commit b3048f4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
---
git:
depth: 3
depth: 10
sudo: false
language: node_js
cache:
directories:
- node_modules

node_js:
- '7'
- '6'
- '5'
- '4'

script:
- 'if [ -n "${LINT-}" ]; then npm run lint ; fi'
- npm run bootstrap
- npm run build
- npm run lint
- npm run test

matrix:
fast_finish: true
include:
- node_js: "node"
env: LINT=true

0 comments on commit b3048f4

Please # to comment.