Skip to content

Commit 42336aa

Browse files
Travis: don't test with both gcc and clang
In practice, we hardly ever get different outcomes, so there is no gain in running tests with different compilers. Clang tends to be slightly pickier, so keep Clang and drop GCC. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent 5cac337 commit 42336aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: c
22
compiler:
33
- clang
4-
- gcc
54
sudo: false
65
cache: ccache
76

0 commit comments

Comments
 (0)