hostr/circle.yml

20 lines
342 B
YAML
Raw Normal View History

2015-07-09 23:01:43 +01:00
machine:
node:
version: iojs-3.2.0
2015-07-09 23:01:43 +01:00
test:
pre:
- mongo hostr test/fixtures/mongo-user.js test/fixtures/mongo-file.js
override:
- npm run cover
dependencies:
cache_directories:
- node_modules
- web/public/jspm_packages
2015-08-30 19:07:15 +02:00
pre:
- npm install -g node-gyp-install
- node-gyp-install
2015-07-09 23:01:43 +01:00
post:
2015-08-23 19:12:59 +01:00
- npm run jspm