Browse Source

Exclude all dev* branches from Travis

pull/25/head
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
169415608a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -17,4 +17,4 @@ notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/ webhooks: https://galaxy.ansible.com/api/v1/notifications/
branches: branches:
except: except:
- dev - /^dev.*/

Loading…
Cancel
Save