Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Update CircleCI config #81

Merged
merged 1 commit into from
Aug 9, 2017
Merged
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
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test:
dependencies:
override:
- curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh

dependencies:
test:
override:
# If nothing is put here, CircleCI will run `npm install` using the system Node.js
- echo "Managed in the script"
- ./build-package.sh