Skip to content

Commit

Permalink
updating travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dutradda committed Mar 17, 2018
1 parent f9ebccb commit a3e9b01
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: node_js
node_js:
- 6
- 7
- 8
- 9

cache: yarn

before_script:
- yarn build
install: yarn install

script:
- yarn test:ci
before_script: yarn build

script: yarn test:ci

0 comments on commit a3e9b01

Please sign in to comment.