1
Fork 0

Add circleci config

This commit is contained in:
Jake Howard 2017-09-21 21:37:23 +01:00
parent 255e1fcc65
commit d7c07d4ab8
Signed by: jake
GPG key ID: 57AFB45680EDD477

11
circle.yml Normal file
View file

@ -0,0 +1,11 @@
machine:
node:
version: 6.10.2
dependencies:
pre:
- npm install
test:
pre:
- npm run build