Skip to content

Commit 1e425a5

Browse files
author
Hugo Osvaldo Barrera
committed
Run CI on this branch too
1 parent 308289f commit 1e425a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"branches": {
33
"only": [
44
"auto",
5+
"next",
56
"master",
67
"/^.*-maintenance$/"
78
]
@@ -69,4 +70,4 @@
6970
"make -e $BUILD"
7071
],
7172
"sudo": true
72-
}
73+
}

scripts/make_travisconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
cfg['branches'] = {
20-
'only': ['auto', 'master', '/^.*-maintenance$/']
20+
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
2121
}
2222

2323
cfg['install'] = """

0 commit comments

Comments
 (0)