readme update

This commit is contained in:
davidnewhall2 2020-06-15 02:23:16 -07:00
parent 8ae083cacc
commit c206316018
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
if [ "$TRAVIS_COMMIT_RANGE" = "" ]; then if [ "$TRAVIS_COMMIT_RANGE" = "" ]; then
echo "this only works in travis-ci" echo "This only works in travis-ci. Branches need at least 2 commits."
exit 1 exit 1
fi fi