From 903de6f17c7923b25d750610c15325d28b398b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 4 Aug 2015 23:05:22 -0300 Subject: Improve travis configuration * Enable container builds * Notifications on Campfire * Bundle cache * Fast finish --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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=" -- cgit v1.2.3