aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-08-04 23:05:22 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-08-04 23:06:21 -0300
commit903de6f17c7923b25d750610c15325d28b398b25 (patch)
tree0d9e3d0788a9c900613994c2db0398bbe47e37ac /.travis.yml
parent935796f4fd7d75950db87156d6540028a9044fdf (diff)
downloadrails-903de6f17c7923b25d750610c15325d28b398b25.tar.gz
rails-903de6f17c7923b25d750610c15325d28b398b25.tar.bz2
rails-903de6f17c7923b25d750610c15325d28b398b25.zip
Improve travis configuration
* Enable container builds * Notifications on Campfire * Bundle cache * Fast finish
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f7ac50ada5..8168c24e33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: ruby
-script:
+sudo: false
+cache: bundler
+script:
- "rake test"
- "gem build arel.gemspec"
env:
@@ -14,7 +16,14 @@ rvm:
matrix:
allow_failures:
- rvm: rbx
+ fast_finish: true
+bundler_args: --without test --jobs 3 --retry 3
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"
+ campfire:
+ on_success: change
+ on_failure: always
+ rooms:
+ - secure: "sD4VEjsiNHTb+9LYUy0ZiGu86nH1voUANpmiO62fvO1VPg80ReKv8vNiq285MZVjcPBx9lt1iNx1nNfVlBmDzRI1tWjoyEV5LTuCAt3yQMB5Qpjy3HH1FNgyY2TGjDhIDwgTD6d8+DOCQjj/vgqzWWu1jEJVdac1K5d+dc/uElI="