Skip to content

Commit

Permalink
do not exit on test success
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Oct 18, 2019
1 parent 4c2bbc4 commit a54f19c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ if ! make test
then
cat cctools.test.fail
exit 1
else
exit 0
fi


Expand Down

0 comments on commit a54f19c

Please sign in to comment.