From 1ab4e2d48cceedb6716021f14227cdd25b91c32f Mon Sep 17 00:00:00 2001 From: beawesomeinstead Date: Thu, 21 Jul 2011 14:51:47 +0300 Subject: [PATCH 1/3] The first try to make cancan pass on Travis CI --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..847ed2ea --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +script: "bundle exec rake test" +rvm: + - 1.8.7 + - 1.9.2 + - jruby + - ree + - rbx-2.0 +gemfile: + - Gemfile +notifications: + recipients: + - graf.otodrakula@gmail.com From d24ef454e0fe7753902429f249c3f7c69a41c267 Mon Sep 17 00:00:00 2001 From: beawesomeinstead Date: Thu, 21 Jul 2011 15:48:20 +0300 Subject: [PATCH 2/3] Run rake instead of rake test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 847ed2ea..73e5336c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake test" +script: "bundle exec rake" rvm: - 1.8.7 - 1.9.2 From 0fc67e4d562bb76ca4476ffe8498fc5737ef218e Mon Sep 17 00:00:00 2001 From: beawesomeinstead Date: Thu, 21 Jul 2011 17:02:12 +0300 Subject: [PATCH 3/3] These lines are defaults, should be fine this way --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73e5336c..26a54031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ -script: "bundle exec rake" rvm: - 1.8.7 - 1.9.2 - jruby - ree - rbx-2.0 -gemfile: - - Gemfile notifications: recipients: - graf.otodrakula@gmail.com