diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-18 14:31:52 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-18 14:31:52 -0700 |
commit | 4a5d36fff31bd452a4a1a0d37610f3a1b21d14ea (patch) | |
tree | c6d9667b80291db980fa3201293137de14951fae | |
parent | 487b71a10928f90e81a46a0d6f2dc24f5a01de84 (diff) | |
download | cryptography-4a5d36fff31bd452a4a1a0d37610f3a1b21d14ea.tar.gz cryptography-4a5d36fff31bd452a4a1a0d37610f3a1b21d14ea.tar.bz2 cryptography-4a5d36fff31bd452a4a1a0d37610f3a1b21d14ea.zip |
Silence failures here because MongoDB's apt-repo broke stuff
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index defcd77b..8e210c2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: install: - "[[ ${TOX_ENV} == pypy ]] && sudo add-apt-repository -y ppa:pypy/ppa || true" - - "[[ ${TOX_ENV} == pypy ]] && sudo apt-get -y update && sudo apt-get -y install pypy || true" + - "[[ ${TOX_ENV} == pypy ]] && sudo apt-get -y update || true && sudo apt-get -y install pypy || true" # This is required because we need to get rid of the Travis installed PyPy # or it'll take precedence over the PPA installed one. - "[[ ${TOX_ENV} == pypy ]] && sudo rm -rf /usr/local/pypy/bin || true" |