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:
|
except:
|
||||||
- refactor
|
- refactor
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||||
bundler_args: --without rake
|
bundler_args: --without rake
|
||||||
|
|
Loading…
Reference in a new issue