[GRASS-dev] Errored: GRASS-GIS/grass-ci#3299 (master - 12c0c66)

Markus Neteler neteler at osgeo.org
Thu Feb 28 08:46:50 PST 2019


On Thu, Feb 28, 2019 at 5:11 PM Sebastiaan Couwenberg
<sebastic at xs4all.nl> wrote:
> On 2/28/19 4:12 PM, Markus Neteler wrote:
> > Looks like that an old Ubuntu is used here?
>
> Yes, and trusty will reach EOL in April.
>
> The Travis environment should be updated to xenial.

Thanks for your immediate response.

Would it be as simple as this:

svn diff .travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml    (revision 74135)
+++ .travis.yml    (working copy)
@@ -6,11 +6,11 @@
 matrix:
    include:
       - os: linux
-        dist: trusty
+        dist: xenial
         compiler: gcc
         sudo: required
       - os: linux
-        dist: trusty
+        dist: xenial
         compiler: clang
         sudo: required

?

Best,
Markus


More information about the grass-dev mailing list