Skip to content

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
faster vms, faster boot times, more ram and cpu, free 2-4-1 coffee at your favourite cafe

docs coming soon
  • Loading branch information
joshk committed Nov 19, 2014
1 parent cb278d7 commit 0af5e2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
before_install:
- gem install bundler

notifications:
email: false
language: ruby

rvm:
- 1.9.3
Expand All @@ -19,12 +15,16 @@ gemfile:
- gemfiles/rails-4-1-stable.gemfile
- gemfiles/rails-master.gemfile

sudo: false

before_script:
- "mysql -e 'create database carrierwave_test;'"

matrix:
allow_failures:
rvm:
- ruby-head
- jruby-head


before_script:
- "mysql -e 'create database carrierwave_test;'"
notifications:
email: false

0 comments on commit 0af5e2e

Please sign in to comment.