enable caching of gems on travis

as described in http://docs.travis-ci.com/user/caching/
This commit is contained in:
Reinier Balt 2015-08-19 15:49:43 +02:00
parent 8a378aa2c4
commit 209049b012

View file

@ -2,6 +2,8 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
@ -26,4 +28,3 @@ notifications:
irc:
channels: "chat.freenode.net#tracks"
skip_join: true