Skip to content

Commit 51cc334

Browse files
committed
Update circle.yml
1 parent ecaaff5 commit 51cc334

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ machine:
22
xcode:
33
version: "6.3.1"
44

5+
general:
6+
branches:
7+
ignore:
8+
- swift/2.0
9+
10+
checkout:
11+
post:
12+
- git submodule update --init --recursive
13+
514
test:
615
override:
716
- set -o pipefail &&

0 commit comments

Comments
 (0)