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

Commit

Permalink
Merge pull request #81 from AtomLinter/arcanemagus/fix-ci
Browse files Browse the repository at this point in the history
Update CircleCI config
  • Loading branch information
Arcanemagus authored Aug 9, 2017
2 parents ec3814d + 9a036ff commit 5c8ac1e
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 5c8ac1e

Please sign in to comment.