2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

move some caching info+logic out of .travis.yml; fixes #13136

This commit is contained in:
Chris Rebert
2014-04-03 13:18:50 -07:00
parent 1759569dbe
commit 718a6c5da7
4 changed files with 75 additions and 33 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"npm-modules": {
"key": "./npm-shrinkwrap.canonical.json",
"cache": "../node_modules",
"generate": "./uncached-npm-install.sh"
},
"rubygems": {
"key": "../pseudo_Gemfile.lock",
"cache": "$GEMDIR",
"generate": "gem install -N jekyll -v $JEKYLL_VERSION"
}
}