Skip to content

Commit

Permalink
[ci] Don't require forcing on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Apr 1, 2015
1 parent edfa07e commit e130582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ci/warn.sh
Expand Up @@ -10,7 +10,7 @@ while [ $# != 0 ]; do
shift
done

if [ "$force" != "true" ]; then
if [ "$TRAVIS" != "true" -a "$force" != "true" ]; then
echo "WARNING: This script will destroy any unstaged changes."
echo "Do you want to continue? [Y/n]"
read cont
Expand Down

0 comments on commit e130582

Please sign in to comment.