mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Merge pull request #286 from grzuy/optimize_travis_build_time
Make TravisCI builds quicker by caching 'bundle install'
This commit is contained in:
commit
df287be0f4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.5.0
|
- 2.5.0
|
||||||
- 2.4.3
|
- 2.4.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue