diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-03 14:32:41 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-03 14:45:02 +0200 |
| commit | 4d9e3c07cd341743bc1ec6c19422e03e90792f91 (patch) | |
| tree | 4843a3d3947a369d8e6711b880a5f0f111b74d38 | |
| parent | 799963acba12e29e786807f81b5fd1a672624af6 (diff) | |
| download | PROJ-4d9e3c07cd341743bc1ec6c19422e03e90792f91.tar.gz PROJ-4d9e3c07cd341743bc1ec6c19422e03e90792f91.zip | |
.travis.yml: fix issue with ubuntu-toolchain-r-test source
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 42924cd2..46e05555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: addons: apt: sources: - - ubuntu-toolchain-r-test + - sourceline: 'ppa:ubuntu-toolchain-r/test' packages: - g++-7 - make |
