aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-17 19:06:32 -0700
committerChris Rebert <[email protected]>2014-06-17 19:06:32 -0700
commitbb83d33812b4a1cb7cee654f90b26372211d27ad (patch)
tree7c2de133323b125ec6c293bf524b0d6982c77045
parentcb70382ed6866ce568be7488fd61c3d7eb8e9ac5 (diff)
downloadbootstrap-bb83d33812b4a1cb7cee654f90b26372211d27ad.tar.xz
bootstrap-bb83d33812b4a1cb7cee654f90b26372211d27ad.zip
sigh
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 68bbc94b7..fb3795e81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_install:
- - travis_retry sudo time pip install -r test-infra/requirements.txt
+ - travis_retry time sudo pip install -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy
- export GEMDIR=$(rvm gemdir)
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION" > pseudo_Gemfile.lock; fi