Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix-test
  • Loading branch information
alsotang committed Jan 5, 2019
1 parent 1d6d94a commit e3e3fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ results
node_modules
npm-debug.log
coverage/
package-lock.json
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,10 +1,7 @@
sudo: false
language: node_js
node_js:
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
- '10'
- 'stable'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit e3e3fdf

Please sign in to comment.