We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d127eed commit 4cfb920Copy full SHA for 4cfb920
circle.yml
@@ -1,11 +1,6 @@
1
machine:
2
xcode:
3
- version: "6.3.1"
4
-
5
-general:
6
- branches:
7
- ignore:
8
- - swift/2.0
+ version: "7.0"
9
10
checkout:
11
post:
@@ -30,4 +25,4 @@ test:
30
25
-scheme "SwiftTask-iOS"
31
26
clean build test |
32
27
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