Skip to content

Commit 101c884

Browse files
committed
Merge pull request #2 from hsoi/travis-tweaks
exclude the `swift2` branch from travis builds
2 parents d53a984 + 941a623 commit 101c884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: objective-c
22
osx_image: xcode6.4
3+
# blacklist
4+
branches:
5+
except:
6+
- swift2
37
script:
48
- xcodebuild -project ModelRocket.xcodeproj -scheme ModelRocket -sdk iphonesimulator8.4 test

0 commit comments

Comments
 (0)