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