mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: allow auto and try branches
This commit is contained in:
parent
5d6847ab7b
commit
67881bc7f5
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
||||||
# Based on the "trust" template v0.1.1
|
|
||||||
# https://github.com/japaric/trust/tree/v0.1.1
|
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: rust
|
language: rust
|
||||||
services: docker
|
services: docker
|
||||||
|
@ -32,14 +29,13 @@ after_script: set +e
|
||||||
|
|
||||||
cache: cargo
|
cache: cargo
|
||||||
before_cache:
|
before_cache:
|
||||||
# Travis can't cache files that are not readable by "others"
|
|
||||||
- chmod -R a+r $HOME/.cargo
|
- chmod -R a+r $HOME/.cargo
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
# release tags
|
- auto
|
||||||
- /^v\d+\.\d+\.\d+.*$/
|
|
||||||
- master
|
- master
|
||||||
|
- try
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue