diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 61609aa..123e481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ before_install: language: python cache: apt python: - - "2.6" - "2.7" - "3.3" - "3.4" @@ -41,3 +40,5 @@ notifications: - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" - "Change view: %{compare_url}" - "Build details: %{build_url}" + skip_join: true + use_notice: true |
