From 9789a21865edc9bab34637235570dde77aea529c Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Wed, 4 Jul 2018 23:35:30 -0400 Subject: [PATCH] travis: PPA for cmake 3.2 --- travis-linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis-linux b/travis-linux index bcc26cf..47f1940 100755 --- a/travis-linux +++ b/travis-linux @@ -1,4 +1,7 @@ #!/bin/bash set -euo pipefail +sudo apt-get install software-properties-common +sudo add-apt-repository ppa:george-edison55/cmake-3.x +sudo apt-get update PREBUILT=1 ./make-linux