Skip to content

Commit

Permalink
chore(testing): Added cicle ci configuration file that runs dont-break
Browse files Browse the repository at this point in the history
for #14
  • Loading branch information
bahmutov committed Nov 10, 2015
1 parent 5672bad commit 47424cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions circle.yml
@@ -0,0 +1,9 @@
machine:
node:
version: "0.12"
dependencies:
post:
- npm install -g dont-break
test:
override:
- npm run dont-break

0 comments on commit 47424cb

Please sign in to comment.