Skip to content

Commit

Permalink
Merge pull request #17 from Hmerin/add-ci-issue-#13
Browse files Browse the repository at this point in the history
added .travis.yml
  • Loading branch information
Wgil committed Sep 3, 2018
2 parents f23e674 + a0ef123 commit 04760a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "6"
install:
- npm install
cache:
directories:
- node_modules
script:
- npm run build
- npm test

0 comments on commit 04760a8

Please sign in to comment.