Skip to content

Commit 52f541f

Browse files
author
Katie Kowalsky
authored
Create circle.yml
1 parent 5a507ae commit 52f541f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

circle.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
machine:
2+
python:
3+
version: 2.7.10
4+
5+
test:
6+
override:
7+
- echo "Fine, whatever."
8+
9+
deployment:
10+
release:
11+
branch: "master"
12+
commands:
13+
- pip install 'Circle-Beacon == 2.0.0'
14+
- alert-circle mapzen documentation master $CIRCLE_TOKEN

0 commit comments

Comments
 (0)