summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-11-09 11:01:10 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2020-11-09 11:01:10 -0800
commitab5dcf4f44b344500adfaf0a676eb0649fdb5d34 (patch)
treeaa33184c9a91372b2bf4916d59934a6d4a5c49fd /.travis.yml
parenta016a082a8143409006d954112b5130bc7e9449c (diff)
downloadlibusb-ab5dcf4f44b344500adfaf0a676eb0649fdb5d34.tar.gz
travis: Update build environments
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 47ce5aa..35326e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: