Skip to content

Commit

Permalink
Add travis ci configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 17, 2019
1 parent 7690a46 commit ccfcc79
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 @@
languaje: node_js
node_js:
- 10
cache:
directories:
- node_modules
script:
- npm run test:unit

0 comments on commit ccfcc79

Please sign in to comment.