Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston Liu authored and Winston Liu committed Mar 27, 2019
1 parent d40776e commit e922a1c
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
version: "{build}"

platform: x64

branches:
only:
- master

clone_depth: 10

skip_tags: true

### Project specific config ###
environment:
APM_TEST_PACKAGES:
ATOM_LINT_WITH_BUNDLED_NODE: "true"

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

install:
- ps: Install-Product node 4

### Generic setup follows ###
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

branches:
only:
- master

version: "{build}"
platform: x64
clone_depth: 10
skip_tags: true
test: off
deploy: off

0 comments on commit e922a1c

Please sign in to comment.