Skip to content

Commit

Permalink
Added qa stage as script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Aubert committed Oct 6, 2016
1 parent 2cabee1 commit 45a66be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -7,5 +7,8 @@ node_js:
- 4
- 0.12

script:
- make qa

after_script:
- make qa
- npm run test-coverage

0 comments on commit 45a66be

Please sign in to comment.