Skip to content

Commit

Permalink
Updating Travis Build information
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbartlett committed May 20, 2013
1 parent ed45538 commit 300e929
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ notifications:
on_success: never
on_failure: always
template:
- "%{commit} by %{author} has failed:"
- "Build by %{author} has failed:"
- "Git Info: %{branch} - %{commit}"
- "Travis states: %{message}"
- "Build Details: %{build_url}"
- "Change View: %{compare_url}"
skip_join: true

# whitelisted branches
branches:
only:
- master
- development

0 comments on commit 300e929

Please sign in to comment.