Skip to content

Commit 7e2c046

Browse files
frozencemeterysimo5
authored andcommitted
[travis] Lower versions of Debian and Fedora
This should reduce general bugginess, and works around immediate issues with both. Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 4537ad4 commit 7e2c046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
- docker
88

99
env:
10-
- DISTRO=fedora:rawhide COMPILER=gcc
11-
- DISTRO=fedora:rawhide COMPILER=clang
12-
- DISTRO=debian:sid COMPILER=clang
10+
- DISTRO=fedora:27 COMPILER=gcc
11+
- DISTRO=fedora:27 COMPILER=clang
12+
- DISTRO=debian:testing COMPILER=clang
1313

1414
script:
1515
- >

0 commit comments

Comments
 (0)