Skip to content

Commit

Permalink
add bundle_cache to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Dec 3, 2014
1 parent 8306f50 commit 0913f3f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
bundler_args: --without extra
bundler_args: "--without extra --path=~/.bundle"
rvm:
- 1.9.3
- 2.1.0
notifications:
email:
recipients:
Expand All @@ -14,3 +14,14 @@ notifications:
- https://styles-update.zotero.org:8827/
on_success: always
on_failure: never
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- gem install bundle_cache
- bundle_cache_install
after_script:
- bundle_cache
env:
global:
BUNDLE_ARCHIVE: styles_bundle.cache
AWS_S3_BUCKET: citationstyles-cache
secure: GuOUVKCpBFXnQtR8ZkYehcdkVu79Ay9kbHR9ViQaPqN7H0rLgHb7LB3Is1ati85IigK26YaRX+c55rHErED2d/f6kAMvkYDCP5tCG00hll+ehbZLtxHdl/556i/pHYAmNRcHr1eWHsLSVcXtzAydyPUivhMEVxhwHhu2uyJGzCg=

0 comments on commit 0913f3f

Please sign in to comment.