Skip to content

Commit

Permalink
added the travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gkpty committed Dec 7, 2019
1 parent 62b4a91 commit 111cb30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 10
cache:
directories:
- node_modules
script:
- npm run build
- npm test

0 comments on commit 111cb30

Please sign in to comment.