Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
nvm install ${NODE_VERSION}
nvm alias default ${NODE_VERSION}
echo "[ -s \"${NVM_DIR}/nvm.sh\" ] && . \"${NVM_DIR}/nvm.sh\"" >> $BASH_ENV
- run: npm install
- run: npm install --build-from-source=@atom/watcher
- run: npm run ci:circle
- store_test_results:
path: test-results
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ branches:
- "/^greenkeeper/.*$/"
before_install:
- npm install -g npm@latest greenkeeper-lockfile@1
install:
- npm install --build-from-source=@atom/watcher
before_script: greenkeeper-lockfile-update
script:
- npm run ci:travis
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm config set msvs_version 2015
- npm install
- npm install --build-from-source=@atom/watcher

test_script:
- npm run ci:appveyor
Expand Down
Loading