Skip to content

Commit

Permalink
Merge pull request #36 from amilajack/patch-1
Browse files Browse the repository at this point in the history
Added travis ci support
  • Loading branch information
loganfsmyth authored Feb 11, 2017
2 parents cb2bb85 + 9b9f859 commit 5feb2c2
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 5feb2c2

Please sign in to comment.