build: stop travis if any script failed

This commit is contained in:
Róbert Kiss
2017-11-04 11:14:04 +01:00
parent 6ab7bd9298
commit 47b589b3d8

View File

@@ -41,6 +41,7 @@ before_script:
- npm run lint
script:
- set -e
- npm run test
- npm run release