Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth committed Jun 4, 2016
1 parent 609fce3 commit 009b33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ branches:
- master

xcode_project: EZSwiftExtensions.xcodeproj
xcode_scheme: EZSwiftExtensions
xcode_scheme: EZSwiftExtensions-iOS
osx_image: xcode7.3
xcode_sdk: iphonesimulator9.1

script:
- xcodebuild clean build test -project EZSwiftExtensions.xcodeproj -scheme EZSwiftExtensions
- xcodebuild clean build test -project EZSwiftExtensions.xcodeproj -scheme EZSwiftExtensions-iOS

0 comments on commit 009b33f

Please sign in to comment.