Limit Travis to only building master on push.
This commit is contained in:
parent
79552872f3
commit
6e66b60b63
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
language: python
|
||||
script: |
|
||||
make test
|
||||
|
|
Reference in a new issue