From 3cfbb3824436b2f8a37544b8ffe2f3a4605bc7c8 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 5 Aug 2011 15:44:28 -0700 Subject: Test against Rubinius Happy Rubinius Day! --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 596611ecf4..b2aba11486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ script: 'ci/travis.rb' rvm: - 1.8.7 - 1.9.2 + - rbx + - rbx-2.0 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" @@ -11,4 +13,4 @@ env: notifications: email: false irc: - - "irc.freenode.org#rails-contrib" \ No newline at end of file + - "irc.freenode.org#rails-contrib" -- cgit v1.2.3 From 5bc6285cfee86e9d9393dfddc00e7b73a412268c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 5 Aug 2011 15:51:33 -0700 Subject: Revert "Test against Rubinius" This reverts commit 3cfbb3824436b2f8a37544b8ffe2f3a4605bc7c8. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b2aba11486..596611ecf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ script: 'ci/travis.rb' rvm: - 1.8.7 - 1.9.2 - - rbx - - rbx-2.0 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" @@ -13,4 +11,4 @@ env: notifications: email: false irc: - - "irc.freenode.org#rails-contrib" + - "irc.freenode.org#rails-contrib" \ No newline at end of file -- cgit v1.2.3 From 888539c54167964957b97328e3e863d91fa9c240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 7 Aug 2011 13:18:10 +0300 Subject: Test against 1.9.3 as well. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 596611ecf4..953df9e7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ script: 'ci/travis.rb' rvm: - 1.8.7 - 1.9.2 + - 1.9.3 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" -- cgit v1.2.3 From ebb2e9423ffc11174398b962fa2f1a9d94626673 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Mon, 15 Aug 2011 17:23:15 +0100 Subject: Update travis config on @joshk's instructions --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 953df9e7e5..6130b69631 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ env: notifications: email: false irc: - - "irc.freenode.org#rails-contrib" \ No newline at end of file + - "irc.freenode.org#rails-contrib" +bundler_args: --path vendor/bundle -- cgit v1.2.3 From 8a6acc17bb8badf70e300f599bf0440ee197028c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 8 Oct 2011 11:13:12 -0700 Subject: Disable 1.9.3 builds until upgraded from -preview1 to -rc1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6130b69631..827cd01045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ script: 'ci/travis.rb' rvm: - 1.8.7 - 1.9.2 - - 1.9.3 + #- 1.9.3 # Disable 1.9.3 builds until Travis is on 1.9.3-rc1. env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" -- cgit v1.2.3 From 0d0ded39ef125a600c90bcf4c9dfea4db2de8191 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 8 Oct 2011 11:13:48 -0700 Subject: Don't notify IRC on every single build, just failures and first success after a string of failures --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 827cd01045..4a27f7788d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,8 @@ env: notifications: email: false irc: - - "irc.freenode.org#rails-contrib" + on_success: change + on_failure: always + channels: + - "irc.freenode.org#rails-contrib" bundler_args: --path vendor/bundle -- cgit v1.2.3 From 836b6208504a761d6e0427b2709d0a87dfe98e06 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 1 Nov 2011 17:41:37 -0700 Subject: Revert "Disable 1.9.3 builds until upgraded from -preview1 to -rc1" This reverts commit 8a6acc17bb8badf70e300f599bf0440ee197028c. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a27f7788d..265124a3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ script: 'ci/travis.rb' rvm: - 1.8.7 - 1.9.2 - #- 1.9.3 # Disable 1.9.3 builds until Travis is on 1.9.3-rc1. + - 1.9.3 env: - "GEM=railties" - "GEM=ap,am,amo,ares,as" -- cgit v1.2.3