Merge pull request #6 from safing/feature/travis/setup

Enable Travis for PRs targeting develop
This commit is contained in:
Daniel 2019-08-21 08:57:07 +02:00 committed by GitHub
commit f16bd27773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ os:
branches:
only:
- master
- develop
- /^feature\/travis\/.+$/ # feature/travis/*
- /^fix\/travis\/.+$/ # fix/travis/*