Skip to content

Commit

Permalink
ci(Travis): fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 21, 2018
1 parent 20623b7 commit 3de7e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
- "9"
- "8"
script:
- yarn run coverage
- yarn run test
- yarn run build
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
Expand Down

0 comments on commit 3de7e67

Please sign in to comment.