Skip to content

Commit 51e56b0

Browse files
committed
Add circle.yml for circleci customization
1 parent 9b65980 commit 51e56b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

circle.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
machine:
2+
xcode:
3+
version: 8.2
4+
# dependencies:
5+
# override:
6+
# - brew install kylef/formulae/swiftenv
7+
# - swiftenv install 3.0
8+
test:
9+
override:
10+
- make test-circle-ci

0 commit comments

Comments
 (0)