mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
enable caching of gems on travis
as described in http://docs.travis-ci.com/user/caching/
This commit is contained in:
parent
8a378aa2c4
commit
209049b012
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue