From 7e4b36632c3546a666a26959cd6d6550619a8ca2 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Sun, 5 Aug 2018 11:14:00 +0900 Subject: [PATCH] Remove before_script --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98e87b526f76..7817471ed394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,20 +48,6 @@ matrix: # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787 - 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: - | if [ -z ${INTEGRATION} ]; then