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
acdf3176
Commit
acdf3176
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #18376 from twbs/travis-disable-caching
Travis CI: Temporarily disable caching
parents
548834e8
9ac40cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-4
.travis.yml
with
5 additions
and
4 deletions
+5
-4
.travis.yml
+
5
-
4
View file @
acdf3176
...
...
@@ -19,10 +19,11 @@ install:
-
cp grunt/npm-shrinkwrap.json ./
-
npm install -g grunt-cli
-
npm install
cache
:
directories
:
-
node_modules
-
vendor/bundle
# Caching disabled due to https://github.com/travis-ci/travis-ci/issues/5092
#cache:
# directories:
# - node_modules
# - vendor/bundle
env
:
global
:
-
SAUCE_USERNAME="bootstrap"
...
...
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