Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Make Travis behave similarly to how it behaves on the www.gittip.com
Browse files Browse the repository at this point in the history
…repository.
  • Loading branch information
Nik Markwell committed Apr 1, 2014
1 parent 50aea99 commit 92d43dc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
@@ -1,5 +1,15 @@
language: node_js
node_js:
- 0.10
- 0.10
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
notifications:
email: false
irc:
channels:
- "irc.freenode.org#gittip"
on_success: change
on_failure: always
template:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
skip_join: true

0 comments on commit 92d43dc

Please sign in to comment.