Skip to content

Commit

Permalink
Merge pull request #2020 from Gauravjeetsingh/release-build
Browse files Browse the repository at this point in the history
Add the missing quote in travis config
  • Loading branch information
Gauravjeetsingh authored Dec 23, 2024
2 parents a2490dc + 87fd7af commit 8bd299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ before_install:
- ./packaging/add-osx-cert.sh;
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then npm test; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm test && travis_wait 30 ./packaging/release --branch=$TRAVIS_BRANCH --dist=mac --platform=mac --token=$GH_TOKEN
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm test && travis_wait 30 ./packaging/release --branch=$TRAVIS_BRANCH --dist=mac --platform=mac --token=$GH_TOKEN'

0 comments on commit 8bd299c

Please sign in to comment.