Skip to content

Commit

Permalink
Fix travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krivoblotsky committed Sep 30, 2018
1 parent 76b2f3f commit 12b1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: objective-c
xcode_project: PermissionsKit.xcodeproj
xcode_scheme: PermissionsKit
script: set -o pipefail && xcodebuild -project PermissionsKit.xcodeproj -scheme PermissionsKit build | xcpretty"
script: "set -o pipefail && xcodebuild -project PermissionsKit.xcodeproj -scheme PermissionsKit build | xcpretty"

0 comments on commit 12b1d6c

Please sign in to comment.