Adds explicit version declarations
parent
04ad8e982e
commit
4faba37fa1
|
|
@ -8,6 +8,13 @@ _native_job: &native_job
|
||||||
|
|
||||||
language: shell
|
language: shell
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
|
# This is the default xcode version. The Xcode version defines what
|
||||||
|
osx_image: xcode9.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- <<: *native_job
|
- <<: *native_job
|
||||||
name: default Ubuntu
|
name: default Ubuntu
|
||||||
|
|
@ -15,3 +22,4 @@ jobs:
|
||||||
- <<: *native_job
|
- <<: *native_job
|
||||||
name: MacOS
|
name: MacOS
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue