test: circle.yml

This commit is contained in:
Jared Allard
2016-02-24 21:28:14 -08:00
parent ebdd8055bd
commit 040e3c39a6
+12
View File
@@ -0,0 +1,12 @@
machine:
node:
version: 5.7.0
dependencies:
override:
- npm install
test:
override:
- npm test:
timeout: 5400