You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
399 B
17 lines
399 B
machine: |
|
python: |
|
version: 2.7.10 |
|
|
|
test: |
|
override: |
|
- echo "Fine, whatever." |
|
|
|
deployment: |
|
release: |
|
branch: "master" |
|
commands: |
|
- pip install 'Circle-Tickler == 1.0.1' |
|
# remove this soon once new repo is verified |
|
- tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN |
|
# new new new |
|
- tickle-circle mapzen documentation master $CIRCLE_TOKEN
|
|
|