Travis: Update To Containers & Cache

Per: http://docs.travis-ci.com/user/migrating-from-legacy/
This commit is contained in:
David A. Harding 2015-07-12 11:57:41 -04:00
parent 519ac65a5f
commit d5987114bd
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -1,5 +1,7 @@
language: ruby
rvm:
- "2.0.0"
sudo: false
cache: bundler
script: make travis