summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Axtens <daniel@axtens.net>2016-04-19 14:05:33 +1000
committerDaniel Axtens <dja@axtens.net>2016-04-19 14:16:06 +1000
commit54b20a66bf89eea2ad12305f258bd14e33df8c6b (patch)
tree01d4f23797c6aeb05352a57fbc2ea05fb01a67b3
parent00053474d2bb87480f241401e70708e13ef7fa4b (diff)
downloadffi-54b20a66bf89eea2ad12305f258bd14e33df8c6b.tar.gz
Switch to using container-based Travis where possible
This makes the CI process a bit faster and a bit less resource intensive. OS X builds run as usual.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ac176d6..181bb92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
+sudo: false
script: bundle exec rake test
before_install: gem install bundler
os: