Skip to content

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
more ram and cpu, improved networking and vm boot times

http://docs.travis-ci.com/user/workers/container-based-infrastructure/

more docs coming soon
  • Loading branch information
joshk committed Nov 25, 2014
1 parent 651de9e commit 736b780
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions .travis.yml
@@ -1,19 +1,5 @@
language: ruby
bundler_args: --path vendor/bundle
script: bundle exec rake
env:
- RUBYOPT=-w
before_install:
- gem install bundler
- bundle config --local without local_development
gemfile:
- gemfiles/mime_types_1.16.gemfile
- gemfiles/mime_types_2.0.gemfile
- gemfiles/mime_types_2.1.gemfile
- gemfiles/mime_types_2.2.gemfile
- gemfiles/mime_types_2.3.gemfile
- gemfiles/mime_types_2.latest.gemfile
- gemfiles/mime_types_edge.gemfile

rvm:
- 1.8.7
- 1.9.2
Expand All @@ -24,6 +10,28 @@ rvm:
- jruby
- jruby-head
- rbx-2

gemfile:
- gemfiles/mime_types_1.16.gemfile
- gemfiles/mime_types_2.0.gemfile
- gemfiles/mime_types_2.1.gemfile
- gemfiles/mime_types_2.2.gemfile
- gemfiles/mime_types_2.3.gemfile
- gemfiles/mime_types_2.latest.gemfile
- gemfiles/mime_types_edge.gemfile

sudo: false

bundler_args: --path vendor/bundle

script: bundle exec rake

env:
- RUBYOPT=-w

before_install:
- bundle config --local without local_development

matrix:
exclude:
- rvm: 1.8.7
Expand Down

0 comments on commit 736b780

Please sign in to comment.