diff options
author | tduehr <tduehr@gmail.com> | 2015-11-20 14:47:01 -0600 |
---|---|---|
committer | tduehr <tduehr@gmail.com> | 2015-11-20 14:47:01 -0600 |
commit | 03ca4b22475d92892053c86f4e2987aa9a42a6cf (patch) | |
tree | 343627f4c659bbade38d7ff2dfbac67c3fc85fb0 /.travis.yml | |
parent | 198f3ac484f2df4e33eba2707b384c9a2d4b4614 (diff) | |
download | ffi-containers.tar.gz |
switch to travis containerscontainers
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9b38679..84c0082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: ruby script: bundle exec rake test before_install: gem install bundler +cache: bundler +sudo: false os: - linux - osx |