Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 0f131a8

Browse files
author
Jacob Wenger
committed
Merge pull request #545 from jamestalmage/fix-542
fix: travis.sh should exit with an error if any of the build steps fail.
2 parents bab99d9 + 4266b20 commit 0f131a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
set -e
13
grunt build
24
grunt test:unit
35
if [ $TRAVIS_TAG ]; then

0 commit comments

Comments
 (0)