Skip to content

Commit

Permalink
Merge pull request #2 from hsoi/travis-tweaks
Browse files Browse the repository at this point in the history
exclude the `swift2` branch from travis builds
  • Loading branch information
jlandon committed Aug 26, 2015
2 parents d53a984 + 941a623 commit 101c884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: objective-c
osx_image: xcode6.4
# blacklist
branches:
except:
- swift2
script:
- xcodebuild -project ModelRocket.xcodeproj -scheme ModelRocket -sdk iphonesimulator8.4 test

0 comments on commit 101c884

Please sign in to comment.