Skip to content

Commit

Permalink
add circle config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 26, 2016
1 parent 3dc6088 commit 3c7aafa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
machine:
node:
version: 5

general:
branches:
only:
- master

test:
override:
- npm run test:cover # only run unit tets for now before we setup SauceLabs

0 comments on commit 3c7aafa

Please sign in to comment.