diff --git a/.travis.yml b/.travis.yml index f023fe7f..1ced09e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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