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 47ce5aa6aa93ca02ffb17d3e7df32fcbaa8bec5e..35326e3bfd9dbb52617e8803e1d57e00170b0d45 100644 (file)
@@ -5,6 +5,12 @@ git:
 
 matrix:
     include:
+        - os: linux
+          dist: focal
+          compiler: clang
+        - os: linux
+          dist: focal
+          compiler: gcc
         - os: linux
           dist: bionic
           compiler: clang
@@ -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 4e73d5c44b6e67718100c1222087e3c898f7e855..9c3a26e07af24a7ce5e42b7641af3d9cb98a9705 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11571
+#define LIBUSB_NANO 11572