File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,29 +61,3 @@ script:
6161
6262after_success :
6363 - .travis/after_success.sh
64-
65- after_failure :
66- - |
67- if [ "$TRAVIS_REPO_SLUG" = "python-pillow/Pillow" ] && [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
68- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
69- python travis_after_all.py
70- export $(cat .to_export_back)
71- if [ "$BUILD_LEADER" = "YES" ]; then
72- if [ "$BUILD_AGGREGATE_STATUS" = "others_failed" ]; then
73- echo "All jobs failed"
74- else
75- echo "Some jobs failed"
76- fi
77- fi
78- fi
79-
80- after_script :
81- - |
82- if [ "$TRAVIS_REPO_SLUG" = "python-pillow/Pillow" ] && [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
83- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS
84- fi
85-
86- env :
87- global :
88- # travis encrypt AUTH_TOKEN=
89- secure : " Vzm7aG1Qv0SDQcqiPzZMedNLn5ZmpL7IzF0DYnqcD+/l+zmKU22SnJBcX0uVXumo+r7eZfpsShpqfcdsZvMlvmQnwz+Y6AGKQru9tCKZbTMnuRjWKKXekC+tr8Xt9CKvRVtte5PyXW31paxUI3/e+fQGBwoFjEEC+6EpEOjeRfE="
Original file line number Diff line number Diff line change @@ -30,20 +30,3 @@ if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
3030 depends/diffcover-install.sh
3131 depends/diffcover-run.sh
3232fi
33-
34- # after_all
35-
36- if [ " $TRAVIS_REPO_SLUG " = " python-pillow/Pillow" ] && [ " $TRAVIS_BRANCH " = " master" ] && [ " $TRAVIS_PULL_REQUEST " = " false" ]; then
37- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
38- python travis_after_all.py
39- export $( cat .to_export_back)
40- if [ " $BUILD_LEADER " = " YES" ]; then
41- if [ " $BUILD_AGGREGATE_STATUS " = " others_succeeded" ]; then
42- echo " All jobs succeeded! Triggering macOS build..."
43- # Trigger a macOS build at the pillow-wheels repo
44- ./build_children.sh
45- else
46- echo " Some jobs failed"
47- fi
48- fi
49- fi
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ exclude .editorconfig
2424exclude .landscape.yaml
2525exclude .travis
2626exclude .travis/*
27- exclude build_children.sh
2827exclude tox.ini
2928global-exclude .git*
3029global-exclude *.pyc
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments