Skip to content

Commit

Permalink
Add travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Apr 26, 2019
1 parent 71f7bbc commit 0fad2aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- "8"
before_script:
- 'npm install'
script:
- npm run test
- npm run cover
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0fad2aa

Please sign in to comment.