Skip to content

Commit

Permalink
Merge pull request #52 from drmohundro/travis-integration
Browse files Browse the repository at this point in the history
Get CI build working
  • Loading branch information
drmohundro authored Jul 17, 2016
2 parents 1847d8c + 2975678 commit 2527ffe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: objective-c
xcode_workspace: SWXMLHash.xcworkspace
xcode_scheme: SWXMLHash iOS
osx_image: xcode7.3

script:
- ./Scripts/build.sh
3 changes: 2 additions & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

set -ev

xctool -scheme "SWXMLHash iOS" clean build test -sdk iphonesimulator
#xctool -scheme "SWXMLHash iOS" clean build test -sdk iphonesimulator
set -o pipefail && xcodebuild -workspace SWXMLHash.xcworkspace -scheme "SWXMLHash iOS" clean build test -sdk iphonesimulator | xcpretty

0 comments on commit 2527ffe

Please sign in to comment.