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.
theorangeone.net-legacy/circle.yml

17 lines
199 B
YAML
Raw Permalink Normal View History

2016-11-25 23:24:58 +00:00
machine:
python:
version: 3.5.1
node:
version: 6.9.1
dependencies:
pre:
- scripts/build
cache_directories:
- env
- node_modules
test:
override:
- scripts/runtests