Skip to content

Commit

Permalink
Added travis ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Jun 26, 2016
1 parent 21c98be commit 9b9f859
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: false

language: node_js

node_js:
- "4"
- "5"
- "6"

script:
- npm run test
- npm run build

0 comments on commit 9b9f859

Please sign in to comment.