gnucash-docs master: Tell travis to use ubuntu-18.04-docker file

Geert Janssens gjanssens at code.gnucash.org
Mon Jun 8 13:24:35 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/533a3c80 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/cfef19d7 (commit)



commit 533a3c805f88c7b4eced59a24dbe24ae34c63dba
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jun 8 19:24:18 2020 +0200

    Tell travis to use ubuntu-18.04-docker file

diff --git a/.travis.yml b/.travis.yml
index 20e36fc..6adc8e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: required
 language: c++
 compiler: gcc
 env:
-    - BUILDENV=ubuntu-14.04 BUILDTYPE=autotools-make
+    - BUILDENV=ubuntu-18.04 BUILDTYPE=autotools-make
 services:
     - docker
 install:



Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list