Skip to content

Commit

Permalink
Skip the after_deploy test runs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gagern committed Aug 5, 2017
1 parent 06fc950 commit 13a3a52
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,3 @@ deploy:
condition: >
${TRAVIS_TAG} == v*([0-9]).*([0-9]).*([0-9])
&& ${TRAVIS_NODE_VERSION} == [0-9]*
after_deploy:
- git clean -fdx
- npm install --fallback-to-build=false
- npm test
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ deploy:
prerelease: false
on:
appveyor_repo_tag: true

after_deploy:
- git clean -fdx
- npm install --fallback-to-build=false
- npm test
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libtidy",
"version": "0.3.5",
"version": "0.3.6",
"description": "Node bindings to the HTML Tidy library",
"main": "src/index.js",
"binary": {
Expand Down

0 comments on commit 13a3a52

Please sign in to comment.