FLTK logo

[master] df4ae81 - Travis-CI: update Linux + macOS build environments

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] df4ae81 - Travis-CI: update Linux + macOS build environments "Albrecht Schlosser" Nov 24, 2020  
 
commit df4ae812b4aa32ad6f6ae8b853b98bd761bfdaca
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Tue Nov 24 23:58:00 2020 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Nov 25 00:18:10 2020 +0100

    Travis-CI: update Linux + macOS build environments
    
    Linux: trusty -> xenial (current @ travis-ci.com)
    
    macOS: (default) -> xcode12.2 (latest as of today)

 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git .travis.yml .travis.yml
index f8b48fb..4042041 100644
--- .travis.yml
+++ .travis.yml
@@ -1,5 +1,7 @@
 sudo: required
-dist: trusty
+dist: xenial
+osx_image: xcode12.2
+
 cache: ccache
 
 language:
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.