Skip to content
GitLab
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
df9f5765
Commit
df9f5765
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0
parent
1da03a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-2
.travis.yml
with
2 additions
and
2 deletions
+2
-2
.travis.yml
+
2
-
2
View file @
df9f5765
...
...
@@ -12,10 +12,10 @@ before_install:
install
:
-
time npm install -g grunt-cli
-
./test-infra/s3_cache.py download npm-modules
-
if [ "$TWBS_TEST" = validate-html ]; then ./test-infra/s3_cache.py download rubygems; fi
-
if [ "$TWBS_TEST" = validate-html
] && [ $TWBS_DO_VALIDATOR -ne 0
]; then ./test-infra/s3_cache.py download rubygems; fi
after_script
:
-
if [ "$TWBS_TEST" = core ]; then ./test-infra/s3_cache.py upload npm-modules; fi
-
if [ "$TWBS_TEST" = validate-html ]; then ./test-infra/s3_cache.py upload rubygems; fi
-
if [ "$TWBS_TEST" = validate-html
] && [ $TWBS_DO_VALIDATOR -ne 0
]; then ./test-infra/s3_cache.py upload rubygems; fi
env
:
global
:
-
JEKYLL_VERSION
:
1.5.0
...
...
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