Browse Source

Update .travis.yml

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
a5761c8f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -58,7 +58,7 @@ jobs:
- stage: Deploy Windows & Mac
if: tag IS present
os: osx
osx_image: xcode11.3
osx_image: xcode12.0
script:
- newVersion=$(git describe --abbrev=0)
- yarn version --new-version $newVersion

Loading…
Cancel
Save