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:
parent
50c1e57c4c
commit
d6e04480b5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue