Skip to content

Commit 354aaec

Browse files
author
Hugo Osvaldo Barrera
committed
Only run CI for branch master
For PRs, CI will run on the PR itself, so no need to run it for the branch (otherwise we get duplicate jobs, and it's sooooo slow!).
1 parent af3659a commit 354aaec

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"branches": {
33
"only": [
4-
"auto",
5-
"next",
6-
"master",
7-
"/^.*-maintenance$/"
4+
"master"
85
]
96
},
107
"cache": "pip",

scripts/make_travisconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
cfg['branches'] = {
22-
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
22+
'only': ['master']
2323
}
2424

2525
cfg['install'] = """

0 commit comments

Comments
 (0)