Skip to content

Commit 0e6f3fa

Browse files
Add krb5-master target and pare down build matrix
Since 4x3 build jobs will take quite some time, reduce it to 4x2 (+2-2). This is a net reduction over the previous 3x3 but should not have significant loss in coverage.
1 parent e14d5a9 commit 0e6f3fa

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,13 +1,21 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65

76
env:
87
- KRB5_PPAS="" # 1.10
98
- KRB5_PPAS="sssd/updates" # 1.12
109
- KRB5_PPAS="rharwood/krb5-1.13 sssd/updates" # 1.13
10+
- KRB5_PPAS="rharwood/krb5-master sssd/updates" # master
11+
12+
matrix:
13+
exclude:
14+
- python: "3.4"
15+
env: KRB5_PPAS="" # 1.10
16+
include:
17+
- python: "3.3"
18+
env: KRB5_PPAS="sssd/updates" # 1.12
1119

1220
install:
1321
- "sudo sed -i '1i 127.0.0.1 test.box' /etc/hosts"

0 commit comments

Comments
 (0)