Skip to content

Commit

Permalink
adjust travis
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Mar 25, 2018
1 parent 7250377 commit 530863c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: node_js
version: 8
cache: yarn
os: linux

node_js:
- 8

branches:
only: master

cache:
yarn: true
directories:
- "node_modules"

script:
- yarn test --coverage --coverage-directory coverage
- codecov

0 comments on commit 530863c

Please sign in to comment.