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
|
sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
language: python
|
language: python
|
||||||
script: |
|
script: |
|
||||||
make test
|
make test
|
||||||
|
|
Reference in a new issue