Skip to content

Commit

Permalink
#832 Add integration tests to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwsperber committed Mar 1, 2017
1 parent 497162b commit 8ce0abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,6 @@ node_js:
- 4
- 6
- 7
script: "npm run coverage"
script: "npm run coverage && npm run integration"
sudo: false
after_success: "npm run coveralls"

0 comments on commit 8ce0abe

Please sign in to comment.