Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <thomasm@palantir.com>2015-08-25 02:19:47 +0300
committerThomas McDonald <thomasm@palantir.com>2015-08-25 02:19:47 +0300
commit1332ba3ac78fa2b9ab6112d005c0f83aa387742e (patch)
tree1f56b5254860d3940e3e28c9108e60db4a942347 /.travis.yml
parent22717a12426af5567f65be1da3d4d968c22276a7 (diff)
update pip installation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c01d895fe8..9273ade7b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,7 @@ git:
node_js:
- "0.12"
before_install:
- - export PATH=$HOME/.local/bin:$PATH
- - travis_retry pip install -r test-infra/requirements.txt --user `whoami`
+ - travis_retry pip install -r test-infra/requirements.txt --user
- rvm install 2.0.0 && rvm use 2.0.0
- export GEMDIR=$(rvm gemdir)
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi