We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a8d17 commit 8fba7f3Copy full SHA for 8fba7f3
.travis.yml
@@ -1,3 +1,6 @@
1
+os:
2
+ linux
3
+
4
dist:
5
xenial
6
@@ -7,6 +10,11 @@ language:
7
10
compiler:
8
11
gcc
9
12
13
+branches:
14
+ only:
15
+ - master
16
+ - /^stable-\d+\.\d+/
17
18
env:
19
global:
20
- DIGRAPHS_LIB=digraphs-lib-0.6
@@ -17,7 +25,7 @@ env:
25
# pkgs: latest | 64- & 32-bit | 32-bit | - | - | - |
26
# pkgs: required | coverage-64 | 64-conda | 64-bit | 32-bit | 64--bit |
27
-matrix:
28
+jobs:
21
29
include:
22
30
- env:
23
31
- SUITE=test
0 commit comments