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

Commit

Permalink
fix: update circle.yml with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 8, 2017
1 parent d627df0 commit 7594522
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
machine:
node:
version: 6.5.0
# need Node 8 for latest semantic release
version: 8
test:
override:
- npm test
post:
- npm run semantic-release || true

0 comments on commit 7594522

Please sign in to comment.