archive
/
Sphere
Archived
1
Fork 0

Added CircleCI file

This commit is contained in:
Jake Howard 2016-01-31 22:06:16 +00:00
parent 42395f63c9
commit 656b54aed5
1 changed files with 11 additions and 0 deletions

11
circle.yml Normal file
View File

@ -0,0 +1,11 @@
machine:
node:
version: 5.2.0
dependencies:
pre:
- npm install
test:
override:
- npm test