From 9a0a19ea528ed863448d0e4c7a796f1b58374938 Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Wed, 4 Jul 2018 23:43:28 -0400 Subject: [PATCH] travis: ensure gcc --- travis-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-linux b/travis-linux index 2b768db..b4614f8 100755 --- a/travis-linux +++ b/travis-linux @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -sudo apt-get install software-properties-common +sudo apt-get install software-properties-common gcc sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x sudo apt-get update PREBUILT=1 ./make-linux