Update .travis.yml

run CI only on specific branches
This commit is contained in:
Stjepan Glavina 2019-09-12 18:47:21 +01:00 committed by GitHub
parent 9d71584580
commit a7788d4610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,13 @@ cache:
before_cache:
- rm -rf /home/travis/.cargo/registry
branches:
only:
- master
- staging
- trying
matrix:
fast_finish: true
include: