aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-04-21 22:13:43 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2020-04-25 22:34:28 +0200
commitc9cdd21a0407c76ffc239c0e232b0bcc922c5449 (patch)
tree7ad0ed057413152ec98aea2a7c6b2591d49277ac /.travis.yml
parent60f267bb1ef4cbc39fd56dafd0ce8296b6fedcb2 (diff)
downloadmbedtls-c9cdd21a0407c76ffc239c0e232b0bcc922c5449.zip
mbedtls-c9cdd21a0407c76ffc239c0e232b0bcc922c5449.tar.gz
mbedtls-c9cdd21a0407c76ffc239c0e232b0bcc922c5449.tar.bz2
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. Experimentally, with the builds and tests we currently do and with the compiler versions on a Travis Ubuntu 16.04, gcc jobs are significantly faster than clang jobs (13 min vs 24 min). So use gcc. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0685bdb..11d679c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: c
-compiler:
-- clang
-- gcc
+compiler: gcc
sudo: false
cache: ccache