Skip to content

Commit

Permalink
feat(ci): update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yidinghan committed Apr 10, 2017
1 parent e0f33ff commit e9f1735
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: node_js
node_js:
- '7.7'
- '7.7'
cache:
directories:
- $HOME/.npm
- node_modules
before_script:
- 'npm prune'
after_success:
- npm run coveralls

0 comments on commit e9f1735

Please sign in to comment.