summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-22 09:21:38 -0400
committerGitHub <noreply@github.com>2019-10-22 09:21:38 -0400
commit5f57476178c65bd350abbfb8795f034e7c16283a (patch)
treee058751a57b522552d66e3833eedde32929e5c5b /.travis.yml
parent3a8d45b5e36a57dbba281d4fdbcea41dca4e7f36 (diff)
downloadcryptopp-git-5f57476178c65bd350abbfb8795f034e7c16283a.tar.gz
Revert to Commit 0281083 (PR #899)
Travis CI is failing on arm64 testing. Commit 0281083 is the last known good, so we are reverting to it. The failures are unusual given things did not materially change on our side of the equation. We think something changed with Travis. Also see https://travis-ci.community/t/segfaults-in-arm64-environment/5617.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a8704f6..11e161c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -537,7 +537,6 @@ before_install:
# https://github.com/travis-ci/travis-ci/issues/9037
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A145
sudo apt-get update
- source TestScripts/setenv-travis.sh
bash TestScripts/install-android.sh
fi
if [[ "$BUILD_OS" == "linux" ]] && [[ "$BUILD_MODE" == "autotools" ]]; then