This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |