Skip to content

Commit 8fba7f3

Browse files
travis: only build master and stable-*.*
1 parent d4a8d17 commit 8fba7f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
os:
2+
linux
3+
14
dist:
25
xenial
36

@@ -7,6 +10,11 @@ language:
710
compiler:
811
gcc
912

13+
branches:
14+
only:
15+
- master
16+
- /^stable-\d+\.\d+/
17+
1018
env:
1119
global:
1220
- DIGRAPHS_LIB=digraphs-lib-0.6
@@ -17,7 +25,7 @@ env:
1725
# pkgs: latest | 64- & 32-bit | 32-bit | - | - | - |
1826
# pkgs: required | coverage-64 | 64-conda | 64-bit | 32-bit | 64--bit |
1927

20-
matrix:
28+
jobs:
2129
include:
2230
- env:
2331
- SUITE=test

0 commit comments

Comments
 (0)