Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrll committed Oct 28, 2018
1 parent d4f3a1a commit 450384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: swift
osx_image: xcode10
xcode_project: RocketFuel.xcodeproj
xcode_scheme: RocketFuel
script: set -o pipefail && xcodebuild CODE_SIGNING_REQUIRED=NO -project RocketFuel.xcodeproj -scheme RocketFuel build | xcpretty
script: set -o pipefail && xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project RocketFuel.xcodeproj -scheme RocketFuel build | xcpretty

0 comments on commit 450384c

Please sign in to comment.