Skip to content

Commit

Permalink
AppVeyor should test against stable & beta
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Jun 24, 2016
1 parent df5b760 commit c08823a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
version: "{build}"

os: Windows Server 2012 R2
platform: x64

branches:
only:
- master

clone_depth: 10

skip_tags: true

environment:
APM_TEST_PACKAGES:

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm clean"
- "%LOCALAPPDATA%/atom/bin/apm install"
- ps: Install-Product node 4

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

test: off

deploy: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"request": "^2.40",
"roaster": "^1.1.2",
"season": "^5.0.2",
"semver": "^4.2",
"semver": "^4.3.2",
"underscore-plus": "^1.0.6"
},
"repository": "https://github.com/atom/settings-view",
Expand Down

0 comments on commit c08823a

Please sign in to comment.