Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
piuccio committed Mar 16, 2018
1 parent efe093f commit c61b6bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- 4
- 6
- 8
- 9

cache:
directories:
- node_modules
- $(npm config get prefix)/bin
- $(npm config get prefix)/lib/node_modules
- $HOME/.npm

0 comments on commit c61b6bd

Please sign in to comment.