Skip to content

Commit

Permalink
Add initial Travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Apr 7, 2017
1 parent bfbeeba commit 786ce1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- "6"
jdk: openjdk6
script:
- npm install
- npm test

0 comments on commit 786ce1c

Please sign in to comment.