archive
/
Sphere
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/circle.yml

14 lines
152 B
YAML
Raw Normal View History

2016-01-31 22:06:16 +00:00
machine:
node:
2016-02-25 17:37:02 +00:00
version: 5.6.0
2016-01-31 22:06:16 +00:00
dependencies:
pre:
2016-02-21 16:41:11 +00:00
- scripts/build
2016-02-21 16:44:38 +00:00
cache_directories:
- node_modules
2016-01-31 22:06:16 +00:00
test:
override:
- npm test