Skip to content

Commit

Permalink
Speed up Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Jan 27, 2016
1 parent 5b6b37c commit 874dec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: objective-c
osx_image: xcode7.2

script:
- pod install --project-directory=./Tests/Mac
- pod install --project-directory=./Tests/iOS
- pod install --project-directory=./Tests/Swift
- pod install --project-directory=./Tests/Mac --no-repo-update
- pod install --project-directory=./Tests/iOS --no-repo-update
- pod install --project-directory=./Tests/Swift --no-repo-update
- xctool -workspace ./Tests/Mac/KissXML.xcworkspace -scheme KissXMLTests -sdk macosx -arch x86_64 test
- xctool -workspace ./Tests/iOS/KissXML.xcworkspace -scheme KissXMLTests -sdk iphonesimulator -arch i386 test
- xctool -workspace ./Tests/Swift/KissXML.xcworkspace -scheme KissXMLSwiftTests -sdk macosx -arch x86_64 test

0 comments on commit 874dec9

Please sign in to comment.