Skip to content

Commit

Permalink
[Travis] Add Ubuntu 20.04, OSX XCode 11.5 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Oct 2, 2020
1 parent f423d9f commit 853bba9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
os: linux
dist: bionic

- name: Ubuntu 20.04
os: linux
dist: focal

- name: Ubuntu 16.04
os: linux
dist: xenial
Expand All @@ -16,10 +20,14 @@ jobs:
- MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\16.0\Bin"
- PATH_FIX="C:\Windows\System32"

- name: MacOS
- name: XCode 11.4.1
os: osx
osx_image: xcode11.4

- name: XCode 11.5
os: osx
osx_image: xcode11.5


before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down

0 comments on commit 853bba9

Please sign in to comment.