Skip to content

Commit

Permalink
updates travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbartlett committed Apr 23, 2013
1 parent ac85c83 commit b6d1162
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"

services:
- mongodb
Expand All @@ -18,11 +19,11 @@ notifications:
irc:
channels:
- "irc.freenode.org#sailsjs"
on_success: never # default: always
on_failure: always # default: always
template:
- "%{commit} by %{author} has failed:"
- "Travis states: %{message}"
- "Build Details: %{build_url}"
- "Change View: %{compare_url}"
skip_join: true
on_success: never
on_failure: always
template:
- "%{commit} by %{author} has failed:"
- "Travis states: %{message}"
- "Build Details: %{build_url}"
- "Change View: %{compare_url}"
skip_join: true

0 comments on commit b6d1162

Please sign in to comment.