Skip to content

Commit

Permalink
Adding Ubuntu Bionic on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed May 25, 2020
1 parent 299f558 commit 08c75f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,13 @@ matrix:
sudo: required
dist: xenial
env: SPM="YES"
- name: macOS / Xcode 11.3 / SwiftPM
- name: Ubuntu 18.04 / SwiftPM
os: linux
language: generic
sudo: required
dist: bionic
env: SPM="YES"
- name: macOS / Xcode 11.4 / SwiftPM
os: osx
language: objective-c
osx_image: xcode11.4
Expand Down

0 comments on commit 08c75f6

Please sign in to comment.