Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 1af94d5

Browse files
committed
Only run Travis for commits in master
(but keep on running for PRs of course)
1 parent c5a97d9 commit 1af94d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515
global:
1616
- DB_USER=postgres
1717

18+
branches:
19+
only:
20+
- master
21+
1822
install:
1923
- pip install --upgrade pip
2024
- pip install cython

0 commit comments

Comments
 (0)