Skip to content

Commit

Permalink
Add cache bundler in travis
Browse files Browse the repository at this point in the history
Caching the bundle between builds drastically
reduces the time a build takes to run.
  • Loading branch information
darren987469 committed Nov 2, 2018
1 parent cd2f475 commit 378df0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
cache: bundler

sudo: false

Expand Down

0 comments on commit 378df0d

Please sign in to comment.