Fix typo in travis configuration file.

This commit is contained in:
2018-02-25 06:00:22 +00:00
parent 1e6422f6d3
commit 2ce21b238e

View File

@@ -10,5 +10,5 @@ notifications:
skip_join: true
template:
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
- "Commit changes: {commit_subject}"
- "Commit changes: %{commit_subject}"
- "Details on %{build_url}, changes on %{compare_url}"