Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
test: run tests on Travis (#48)
Browse files Browse the repository at this point in the history
Add the test run script to travis to verify PRs and pushes
  • Loading branch information
eddiemonge authored and hellobrian committed Jun 20, 2017
1 parent f5111d6 commit c259aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ node_js:
before_script:
- npm prune
script:
- npm run lint
- npm run lint
- npm test
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit c259aec

Please sign in to comment.