Skip to content

Commit 18f21e8

Browse files
committed
Remove redundant travis_after_all stuff
1 parent fad1835 commit 18f21e8

4 files changed

Lines changed: 0 additions & 51 deletions

File tree

.travis.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,3 @@ script:
6161
6262
after_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="

.travis/after_success.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,3 @@ if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
3030
depends/diffcover-install.sh
3131
depends/diffcover-run.sh
3232
fi
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

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ exclude .editorconfig
2424
exclude .landscape.yaml
2525
exclude .travis
2626
exclude .travis/*
27-
exclude build_children.sh
2827
exclude tox.ini
2928
global-exclude .git*
3029
global-exclude *.pyc

build_children.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)