Skip to content

Commit aa17550

Browse files
committed
Travis CI: Try to exclude some matrix combinations
1 parent ce375fb commit aa17550

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.travis.yml

+17-7
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,37 @@
77

88
language: c
99

10+
branches:
11+
only:
12+
- master
13+
14+
# matrix of compilers
1015
compiler:
1116
- gcc
1217
- clang
1318
- c++
1419

20+
# matrix of OSes (feature flagged; not enabled now)
1521
os:
1622
- linux
1723
- osx
1824

25+
# matrix of raptor versions
26+
env:
27+
- RAPTOR_INSTALL_VERSION=2.0.7
28+
- RAPTOR_INSTALL_VERSION=2.0.15
29+
30+
# overall matrix configuration
1931
matrix:
2032
allow_failures:
2133
- os: osx
2234

23-
branches:
24-
only:
25-
- master
35+
exclude:
36+
- compiler: c++
37+
env: RAPTOR_INSTALL_VERSION=2.0.7
38+
- compiler: clang
39+
env: RAPTOR_INSTALL_VERSION=2.0.7
2640

27-
env:
28-
matrix:
29-
- RAPTOR_INSTALL_VERSION=2.0.7
30-
- RAPTOR_INSTALL_VERSION=2.0.15
3141

3242
# Install raptor extra dependencies too (libyajl-dev) since we build
3343
# raptor from a tarball

0 commit comments

Comments
 (0)