Skip to content

Commit

Permalink
try on all platforms in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jun 14, 2017
1 parent 1173ec8 commit 9ec3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ before_script:
elif [[ "$TRAVIS_BRANCH" == "auto" || ( "$ALLOW_TRY" == "1" && "$TRAVIS_BRANCH" == "try" ) ]]; then
SKIP_BUILD=false;
else
SKIP_BUILD=true;
SKIP_BUILD=false;
fi
if [[ "$SKIP_BUILD" == true ]]; then
Expand Down

0 comments on commit 9ec3645

Please sign in to comment.