renovate/circle.yml
Jon Bretman 3818e535ad Move tests to Jest (#94)
* No need to run tests against compiled code
* Better support for reseting modules
* Will make writing tests for the github/npm apis easier
2017-02-09 05:30:00 +01:00

7 lines
95 B
YAML

machine:
node:
version: 6.9
test:
post:
- bash <(curl -s https://codecov.io/bash)