Skip to content

Commit

Permalink
ci: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jshor committed Dec 12, 2019
1 parent 72feb79 commit 6c2f5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ build_script:
- yarn package:binary

on_success:
- echo "publishing now..."
- skip_branch_with_pr: true
- ps: if ($APPVEYOR_PULL_REQUEST_NUMBER == "") { echo "publishing now..." } else { 1 }
# - yarn publish:binary

platform:
platform:214 65 64
# - x86
- x64

Expand Down
1 change: 1 addition & 0 deletions scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const rimraf = require('rimraf')
const path = require('path')
const patches = require('./patches')

// test commit
console.log('Removing any existing .zint directory...')

rimraf(path.join(__dirname, '../.zint'), () => {
Expand Down

0 comments on commit 6c2f5b0

Please sign in to comment.