fix for rvm's brokenness (again!)

This commit is contained in:
Joseph Birr-Pixton 2017-12-28 11:45:08 +00:00
parent ec36f1c1e1
commit 02ed53ab2f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ matrix:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pip install --upgrade pip ; fi
- if [[ "$COVERAGE" == "1" ]]; then admin/build-lcov ; fi