Skip to content

Commit 13a3a52

Browse files
committed
Skip the after_deploy test runs
As we are releasing a draft, the new binaries will not be available under their final URLs yet, so those tests will fail. Travis ignores the failures there, AppVeyor considers the whole build failed.
1 parent 06fc950 commit 13a3a52

4 files changed

Lines changed: 2 additions & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,3 @@ deploy:
4949
condition: >
5050
${TRAVIS_TAG} == v*([0-9]).*([0-9]).*([0-9])
5151
&& ${TRAVIS_NODE_VERSION} == [0-9]*
52-
after_deploy:
53-
- git clean -fdx
54-
- npm install --fallback-to-build=false
55-
- npm test

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,3 @@ deploy:
4242
prerelease: false
4343
on:
4444
appveyor_repo_tag: true
45-
46-
after_deploy:
47-
- git clean -fdx
48-
- npm install --fallback-to-build=false
49-
- npm test

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libtidy",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Node bindings to the HTML Tidy library",
55
"main": "src/index.js",
66
"binary": {

0 commit comments

Comments
 (0)