We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34f6b1 commit dd96c25Copy full SHA for dd96c25
.travis.yml
@@ -50,7 +50,7 @@ script:
50
- npm test
51
52
after_success:
53
- - if [ $TRAVIS_TAG != "" ]; then npm run prebuild -- -u $GITHUB_TOKEN; fi
+ - if [[ $TRAVIS_TAG != "" ]]; then npm run prebuild -- -u $GITHUB_TOKEN; fi
54
55
notifications:
56
webhooks:
appveyor.yml
@@ -32,7 +32,7 @@ test_script:
32
33
34
on_success:
35
- - IF "%APPVEYOR_REPO_TAG%" NEQ "" npm run prebuild -- -u %GITHUB_TOKEN%
+ - IF defined "%APPVEYOR_REPO_TAG%" npm run prebuild -- -u %GITHUB_TOKEN%
36
37
build: off
38
version: "{build}"
0 commit comments