Skip to content

Commit 4cfb920

Browse files
committed
Update circle.yml
1 parent d127eed commit 4cfb920

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

circle.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
machine:
22
xcode:
3-
version: "6.3.1"
4-
5-
general:
6-
branches:
7-
ignore:
8-
- swift/2.0
3+
version: "7.0"
94

105
checkout:
116
post:
@@ -30,4 +25,4 @@ test:
3025
-scheme "SwiftTask-iOS"
3126
clean build test |
3227
tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |
33-
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
28+
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml

0 commit comments

Comments
 (0)