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

Try to reproduce test failures #1134

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ notifications:
on_failure: change

env:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
# - ATOM_CHANNEL=stable
# - ATOM_CHANNEL=beta
- ATOM_CHANNEL=dev

script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'

git:
depth: 10
depth: 3

branches:
only:
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ branches:
only:
- master

clone_depth: 10
clone_depth: 3

skip_tags: true

environment:
APM_TEST_PACKAGES:

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
# - ATOM_CHANNEL: stable
# - ATOM_CHANNEL: beta
- ATOM_CHANNEL: dev

install:
- ps: Install-Product node 4
- ps: Install-Product node 12.16.3

build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
Expand Down
Loading