[GRASS-SVN] r74140 - in grass/trunk: . .travis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 09:02:37 PST 2019


Author: neteler
Date: 2019-02-28 09:02:36 -0800 (Thu, 28 Feb 2019)
New Revision: 74140

Modified:
   grass/trunk/.travis.yml
   grass/trunk/.travis/linux.install.sh
Log:
Travis-CI: updated to use xenial instead of the outdated trusty dist (contributed by Sebastiaan Couwenberg)

Modified: grass/trunk/.travis/linux.install.sh
===================================================================
--- grass/trunk/.travis/linux.install.sh	2019-02-28 11:54:47 UTC (rev 74139)
+++ grass/trunk/.travis/linux.install.sh	2019-02-28 17:02:36 UTC (rev 74140)
@@ -26,10 +26,10 @@
     proj-bin \
     libreadline-dev \
     libsqlite3-dev \
-    libwxgtk2.8-dev \
+    libwxgtk3.0-dev \
     libxmu-dev \
     python \
-    python-wxgtk2.8 \
+    python-wxgtk3.0 \
     python-dev \
     unixodbc-dev \
     libnetcdf-dev   \
@@ -38,3 +38,4 @@
     libblas-dev \
     liblapack-dev \
     python-numpy
+

Modified: grass/trunk/.travis.yml
===================================================================
--- grass/trunk/.travis.yml	2019-02-28 11:54:47 UTC (rev 74139)
+++ grass/trunk/.travis.yml	2019-02-28 17:02:36 UTC (rev 74140)
@@ -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
 



More information about the grass-commit mailing list