[GRASS-SVN] r74142 - in grass/branches/releasebranch_7_6: . .travis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 28 12:51:40 PST 2019
Author: neteler
Date: 2019-02-28 12:51:39 -0800 (Thu, 28 Feb 2019)
New Revision: 74142
Modified:
grass/branches/releasebranch_7_6/.travis.yml
grass/branches/releasebranch_7_6/.travis/linux.install.sh
Log:
Travis-CI: updated to use xenial instead of the outdated trusty dist (contributed by Sebastiaan Couwenberg)
Modified: grass/branches/releasebranch_7_6/.travis/linux.install.sh
===================================================================
--- grass/branches/releasebranch_7_6/.travis/linux.install.sh 2019-02-28 17:12:05 UTC (rev 74141)
+++ grass/branches/releasebranch_7_6/.travis/linux.install.sh 2019-02-28 20:51:39 UTC (rev 74142)
@@ -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/branches/releasebranch_7_6/.travis.yml
===================================================================
--- grass/branches/releasebranch_7_6/.travis.yml 2019-02-28 17:12:05 UTC (rev 74141)
+++ grass/branches/releasebranch_7_6/.travis.yml 2019-02-28 20:51:39 UTC (rev 74142)
@@ -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