Skip to content

Commit

Permalink
Added CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g committed Sep 18, 2018
1 parent 1709a4b commit c941933
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test.js
media/
media/
.travis.yml
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "node"
- "lts"
script: npm test

0 comments on commit c941933

Please sign in to comment.