Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1332ba3a
Commit
1332ba3a
authored
9 years ago
by
Thomas McDonald
Browse files
Options
Download
Email Patches
Plain Diff
update pip installation
parent
22717a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-2
.travis.yml
with
1 addition
and
2 deletions
+1
-2
.travis.yml
+
1
-
2
View file @
1332ba3a
...
@@ -5,8 +5,7 @@ git:
...
@@ -5,8 +5,7 @@ git:
node_js
:
node_js
:
-
"
0.12"
-
"
0.12"
before_install
:
before_install
:
-
export PATH=$HOME/.local/bin:$PATH
-
travis_retry pip install -r test-infra/requirements.txt --user
-
travis_retry pip install -r test-infra/requirements.txt --user `whoami`
-
rvm install 2.0.0 && rvm use 2.0.0
-
rvm install 2.0.0 && rvm use 2.0.0
-
export GEMDIR=$(rvm gemdir)
-
export GEMDIR=$(rvm gemdir)
-
if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi
-
if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets