-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from stjohnjohnson/UsingScrewdriver
feat: Switching to NYC
- Loading branch information
Showing
5 changed files
with
62 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
workflow: | ||
- publish | ||
|
||
shared: | ||
image: node:6 | ||
|
||
jobs: | ||
main: | ||
image: node:6 | ||
steps: | ||
- setup: git clone https://gist.github.com/3d2388b2a7ba658cdcdaffa8cd874e50.git ci | ||
- install: npm install | ||
- test: npm test | ||
- coverage: ./ci/coverage.sh | ||
- publish: ./ci/publish.sh | ||
secrets: | ||
# Publishing to NPM | ||
- NPM_TOKEN | ||
# Pushing tags to Git | ||
- GIT_KEY | ||
# Uploading coverage information to coveralls | ||
- COVERALLS_REPO_TOKEN | ||
|
||
publish: | ||
steps: | ||
- install: npm install semantic-release | ||
- publish: npm run semantic-release | ||
secrets: | ||
# Publishing to NPM | ||
- NPM_TOKEN | ||
# Pushing releases to Git | ||
- GH_TOKEN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters