Skip to content

Commit 9ec3645

Browse files
committed
try on all platforms in travis.yml
1 parent 1173ec8 commit 9ec3645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ before_script:
164164
elif [[ "$TRAVIS_BRANCH" == "auto" || ( "$ALLOW_TRY" == "1" && "$TRAVIS_BRANCH" == "try" ) ]]; then
165165
SKIP_BUILD=false;
166166
else
167-
SKIP_BUILD=true;
167+
SKIP_BUILD=false;
168168
fi
169169
170170
if [[ "$SKIP_BUILD" == true ]]; then

0 commit comments

Comments
 (0)