Skip to content

Commit b742089

Browse files
authored
Only trigger ci builds on master branch (and pull requests) (#1)
1 parent 933ad97 commit b742089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: python
22
python: "3.6"
3+
branches:
4+
only: master
35
install: pip install -r requirements.txt -r requirements-dev.txt
46
script: pytest

0 commit comments

Comments
 (0)