From d6babe3d42471f54ad31db9f1fa2fc4a7c6f825c Mon Sep 17 00:00:00 2001 From: Jason Guiditta Date: Thu, 4 Oct 2012 13:10:00 -0400 Subject: [PATCH] Travis-related tweaks. Make travis not join channel, just send Notice. Add link to build status in README --- .travis.yml | 2 +- README.rdoc | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7535d92..61351a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ notifications: channels: - "irc.freenode.org#aeolus" use_notice: true - skip_join: false + skip_join: true on_success: change on_failure: change diff --git a/README.rdoc b/README.rdoc index d52c223..1c76500 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,7 +2,12 @@ == Running Tests -Tests are run from the project root directory. But are run in the context of the dummy app located under test/dummy. In order to run the tests you must first setup dummy app database. +{}[http://travis-ci.org/aeolus-incubator/tim] + +Tests are run from the project root directory. But are run in the +context of the dummy app located under test/dummy. In order to run +the tests you must first setup dummy app database. rake db:setup; rake -f test/dummy/Rakefile test:prepare