Skip to content

Commit

Permalink
Travis-related tweaks.
Browse files Browse the repository at this point in the history
Make travis not join channel, just send Notice.
Add link to build status in README
  • Loading branch information
jguiditta committed Oct 4, 2012
1 parent 833b118 commit d6babe3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 6 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{<img src="https://secure.travis-ci.org/aeolus-incubator/tim.png"
alt="Build Status" />}[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

Expand Down

0 comments on commit d6babe3

Please sign in to comment.