Browse Source

Name the new build

tags/v1.0
falkTX 4 years ago
parent
commit
8eabb93a06
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .travis.yml

+ 3
- 2
.travis.yml View File

@@ -54,7 +54,7 @@ jobs:
- xvfb

# macOS native intel build
- name: "macOS native"
- name: "macOS native intel"
os: osx
osx_image: xcode9.4
env:
@@ -62,7 +62,8 @@ jobs:
- PLUGINS="${PLUGINS_BASE} ${PLUGINS_CROSS}"

# macOS native universal build
- os: osx
- name: "macOS native universal"
os: osx
osx_image: xcode12u
env:
- TARGET="macos-universal"


Loading…
Cancel
Save