Update .travis.yml

run CI only on specific branches
pull/189/head
Stjepan Glavina 5 years ago committed by GitHub
parent 9d71584580
commit a7788d4610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save