Merge pull request #2898 from topecongiro/fix-travis

Remove before_script
This commit is contained in:
Seiichi Uchida 2018-08-05 11:43:09 +09:00 committed by GitHub
commit 7f1ae06568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,20 +48,6 @@ matrix:
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2787 # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
- env: INTEGRATION=stdsimd - env: INTEGRATION=stdsimd
before_script:
- |
if [ -z ${INTEGRATION} ]; then
if [ $TRAVIS_OS_NAME = 'osx' ]; then
virtualenv env &&
source env/bin/activate &&
python --version &&
pip install 'travis-cargo<0.2'
else
pip install 'travis-cargo<0.2' --user &&
export PATH="$(python -m site --user-base)/bin:$PATH"
fi
fi
script: script:
- | - |
if [ -z ${INTEGRATION} ]; then if [ -z ${INTEGRATION} ]; then