archive
/
JSFuckify
Archived
1
Fork 0

Add circle.yml

This commit is contained in:
Jake Howard 2016-03-24 21:16:24 +00:00
parent c0632f7d33
commit 501cb12d17
1 changed files with 13 additions and 0 deletions

13
circle.yml Normal file
View File

@ -0,0 +1,13 @@
machine:
node:
version: 5.3
dependencies:
pre:
- npm install
cache_directories:
- node_modules
test:
override:
- npm test