Skip to content

Commit

Permalink
Merge pull request #1726 from armab/fix-travis-build
Browse files Browse the repository at this point in the history
Fix Travis build script
  • Loading branch information
armab committed Jul 17, 2015
2 parents b43686d + 59d0c4a commit 528af1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/travis.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

if [ -z ${TASK} ]; then
echo "No task provided"
Expand All @@ -17,5 +18,3 @@ else
echo "Invalid task: ${TASK}"
exit 2
fi

exit $?

0 comments on commit 528af1b

Please sign in to comment.