travis: Update build environments
authorChris Dickens <christopher.a.dickens@gmail.com>
Mon, 9 Nov 2020 19:01:10 +0000 (11:01 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Mon, 9 Nov 2020 19:01:10 +0000 (11:01 -0800)
Add Ubuntu's Focal distribution to get the latest Linux toolchain.

Add Xcode 12.2 to get the latest MacOS toolchain.

Remove Xcode 7.3 as it is now obsolete and will not successfully build.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
.travis.yml
libusb/version_nano.h

index 47ce5aa..35326e3 100644 (file)
@@ -6,6 +6,12 @@ git:
 matrix:
     include:
         - os: linux
+          dist: focal
+          compiler: clang
+        - os: linux
+          dist: focal
+          compiler: gcc
+        - os: linux
           dist: bionic
           compiler: clang
         - os: linux
@@ -18,13 +24,13 @@ matrix:
           dist: xenial
           compiler: gcc
         - os: osx
-          osx_image: xcode11.3
+          osx_image: xcode12.2
           compiler: clang
         - os: osx
-          osx_image: xcode9.4
+          osx_image: xcode11.3
           compiler: clang
         - os: osx
-          osx_image: xcode7.3
+          osx_image: xcode9.4
           compiler: clang
 
 addons:
index 4e73d5c..9c3a26e 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11571
+#define LIBUSB_NANO 11572