forked from mirror/async-std
Update .travis.yml
run CI only on specific branches
This commit is contained in:
parent
9d71584580
commit
a7788d4610
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ cache:
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf /home/travis/.cargo/registry
|
- rm -rf /home/travis/.cargo/registry
|
||||||
|
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- staging
|
||||||
|
- trying
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue