Commit 97c78efd by Derek Prior Committed by Jon Yurek

Use Travis container infrastructure

The container infrastructure (beta) has many advantages:
* More memory
* More CPU
* builds start much faster.
* builds run much faster (usually)

However, `sudo` cannot be used when running in this environment (which
is enabled with the `sudo: false` configuration.
parent bc8eafe4
...@@ -8,7 +8,6 @@ rvm: ...@@ -8,7 +8,6 @@ rvm:
install: install:
- "travis_retry bundle install" - "travis_retry bundle install"
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean spec cucumber" script: "bundle exec rake clean spec cucumber"
gemfile: gemfile:
...@@ -21,3 +20,5 @@ matrix: ...@@ -21,3 +20,5 @@ matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - rvm: jruby-19mode
- rvm: rbx-2 - rvm: rbx-2
sudo: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment