summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2015-11-20 14:47:01 -0600
committertduehr <tduehr@gmail.com>2015-11-20 14:47:01 -0600
commit03ca4b22475d92892053c86f4e2987aa9a42a6cf (patch)
tree343627f4c659bbade38d7ff2dfbac67c3fc85fb0
parent198f3ac484f2df4e33eba2707b384c9a2d4b4614 (diff)
downloadffi-containers.tar.gz
switch to travis containerscontainers
-rw-r--r--.travis.yml2
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