Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
chore(travis): add 6 and remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Aug 6, 2016
1 parent 0c01b2a commit 61d3809
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 61d3809

Please sign in to comment.