aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-04-11 23:24:39 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-04-11 23:24:39 -0500
commit67881bc7f552a58a2a373fc3b7f59f5775d3eaec (patch)
tree9f2ea9cce0e4031e05823c485094b97c25166d50 /.travis.yml
parent5d6847ab7b32d8c9fa243c7dc10ed5a235e06b79 (diff)
ci: allow auto and try branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e9eb90c..d0860bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,3 @@
-# Based on the "trust" template v0.1.1
-# https://github.com/japaric/trust/tree/v0.1.1
-
dist: trusty
language: rust
services: docker
@@ -32,14 +29,13 @@ after_script: set +e
cache: cargo
before_cache:
- # Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo
branches:
only:
- # release tags
- - /^v\d+\.\d+\.\d+.*$/
+ - auto
- master
+ - try
notifications:
email: