Browse Source

Added no-tests Circle file to join the docs pipeline

pull/165/head
migurski 8 years ago committed by GitHub
parent
commit
ba32e82a30
  1. 14
      circle.yml

14
circle.yml

@ -0,0 +1,14 @@
machine:
python:
version: 2.7.10
test:
override:
- echo "Fine, whatever."
deployment:
release:
branch: "master"
commands:
- pip install 'Circle-Tickler == 1.0.1'
- tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN
Loading…
Cancel
Save