travis: enable container-based builds

Jobs running on container-based infrastructure:
1. start up faster
2. allow the use of caches for public repositories
3. disallow the use of sudo, setuid and setgid executables

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
Matthew Haughton 2014-12-10 12:47:46 -05:00
parent 50c1e57c4c
commit d6e04480b5

View file

@ -3,6 +3,7 @@ branches:
except:
- refactor
- gh-pages
sudo: false
language: ruby
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
bundler_args: --without rake