Developing a legal IDE based on Atom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
395 B

  1. platform:
  2. - x64
  3. - x86
  4. branches:
  5. only:
  6. - master
  7. clone_depth: 10
  8. skip_tags: true
  9. environment:
  10. APM_TEST_PACKAGES:
  11. matrix:
  12. - ATOM_CHANNEL: stable
  13. - ATOM_CHANNEL: beta
  14. install:
  15. - ps: Install-Product node 6
  16. build_script:
  17. - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
  18. test: off
  19. deploy: off