Skip to content

Commit

Permalink
Attempting to make travis work
Browse files Browse the repository at this point in the history
  • Loading branch information
lteague committed Aug 21, 2023
1 parent 2fc8136 commit de74099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js: "14.7.0"

jobs:
include:
- stage: Deploy Windows & Mac
if: tag IS present
os: osx
osx_image: xcode11
script:
- nvm install 14.7.0
- nvm use 14.7.0
- npm install --global yarn
- yarn install
- yarn config set version-git-tag false && yarn version --new-version ${TRAVIS_TAG/v/}
- yarn release --mac --win

0 comments on commit de74099

Please sign in to comment.