]> Nishi Git Mirror - gwion.git/commitdiff
:wrench travis
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 13 Dec 2018 12:39:05 +0000 (13:39 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 13 Dec 2018 12:39:05 +0000 (13:39 +0100)
.travis.yml

index 1343c6fbf2b6286068ff911175e488e532efddcc..dde4c61b368b415418d469337ae29822e91a1c61 100644 (file)
@@ -19,7 +19,7 @@ addons:
     packages:
     - valgrind
     - lcov
-    - gcc-9
+    - gcc-8
     - clang-6.0
 env:
   global:
@@ -47,7 +47,7 @@ install:
 
 before_script:
   - if [ $(uname) = Linux ]; then
-      if [ $CC = gcc ]; then export CC=gcc-9;
+      if [ $CC = gcc ]; then export CC=gcc-8;
       elif [ $CC = clang ]; then export CC=clang-6.0;
       fi;
     fi;