Commit dcc52235a55a214127b3509aab75462d8d55d00b

Authored by Josh Kalderimis
1 parent a116f5a7
Exists in master and in 1 other branch production

use caching

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -12,6 +12,8 @@ env:
12 12  
13 13 sudo: false
14 14  
  15 +cache: bundler
  16 +
15 17 services: mongodb
16 18  
17 19 #script: ./script/rspec-queue-mongoid.rb --format progress spec
... ...