aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-03 14:32:41 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-03 14:32:41 +0200
commit1a8933942cf92d0724cc168d04302d8b78c3814f (patch)
tree7a833037e16767f04fb66e1ed8e3ae19f2239e6d /.travis.yml
parentf4827e0a3b5c5b07ccf82fc6cd3334079e75e02c (diff)
downloadPROJ-1a8933942cf92d0724cc168d04302d8b78c3814f.tar.gz
PROJ-1a8933942cf92d0724cc168d04302d8b78c3814f.zip
.travis.yml: fix issue with ubuntu-toolchain-r-test source
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82b7bbdf..8dc9fc65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ matrix:
addons:
apt:
sources:
- - ubuntu-toolchain-r-test
+ - sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- g++-8-multilib
- make