Skip to content

Commit

Permalink
return EXIT_STATUS variable in travis-build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Dec 5, 2017
1 parent fdea872 commit 9f27faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ if [[ -n $TRAVIS_TAG ]] || [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST
rm -rf gh-pages
fi

exit 0
exit $EXIT_STATUS

0 comments on commit 9f27faa

Please sign in to comment.