From c21b78b2979edbccf44b022d565eeddef9dd1d21 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 31 Oct 2019 11:24:47 +0100 Subject: [PATCH] travis updates --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1f23032..ceb3f820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: before_install: - sudo apt update - - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-9 gcc-9-plugin-dev + - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-5 gcc-5-plugin-dev # TODO: Look into splitting off some builds using a build matrix. # TODO: Move this all into a bash script so we don't need to write bash in yaml.