gnucash master: Change ubuntu to 18.04 in .travis.yml.
John Ralls
jralls at code.gnucash.org
Fri Sep 6 15:54:38 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/3a6ea8a5 (commit)
from https://github.com/Gnucash/gnucash/commit/d55d0a0e (commit)
commit 3a6ea8a59f054615510f4e7bcf8ca4fb9b855aba
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Sep 6 12:54:30 2019 -0700
Change ubuntu to 18.04 in .travis.yml.
diff --git a/.travis.yml b/.travis.yml
index f91c5109e..64a4dfa79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: c++
compiler: gcc
env:
- BUILDENV=arch BUILDTYPE=cmake-ninja
- - BUILDENV=ubuntu-16.04 BUILDTYPE=cmake-make
+ - BUILDENV=ubuntu-18.04 BUILDTYPE=cmake-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