Skip to content

Commit 30b6451

Browse files
bors[bot]hannobraun
andcommitted
Merge #96
96: Fix Travis build r=ilya-epifanov a=hannobraun Please ignore. I just need this pull request to figure out what's wrong with Travis. Co-authored-by: Hanno Braun <[email protected]>
2 parents 120ef2d + dc72a8e commit 30b6451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/after_success.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ main() {
1515
echo OK
1616
}
1717

18-
if [ $TRAVIS_BRANCH = master ]; then
18+
if [ "$TRAVIS_EVENT_TYPE" == "push" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
1919
main
2020
fi

0 commit comments

Comments
 (0)