Skip to content

Commit

Permalink
Add travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Rimar committed Dec 7, 2017
1 parent de52338 commit e72a475
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Only care about running tests against latest node
language: node_js
node_js:
- node

# Keep node_modules around, it speeds up builds & they don't change often
cache:
directories:
- node_modules

0 comments on commit e72a475

Please sign in to comment.