Skip to content

Commit

Permalink
feat: adding travis
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvoid committed Apr 28, 2019
1 parent e2304df commit 967963c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "stable"
install: true
env:
global:
- USE_YARN=yes
script:
- yarn install
- yarn run test
after_success: 'npm run coveralls'
cache:
directories:
- node_modules

0 comments on commit 967963c

Please sign in to comment.