Skip to content

Commit 12b1d6c

Browse files
committed
Fix travis yml
1 parent 76b2f3f commit 12b1d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: objective-c
22
xcode_project: PermissionsKit.xcodeproj
33
xcode_scheme: PermissionsKit
4-
script: set -o pipefail && xcodebuild -project PermissionsKit.xcodeproj -scheme PermissionsKit build | xcpretty"
4+
script: "set -o pipefail && xcodebuild -project PermissionsKit.xcodeproj -scheme PermissionsKit build | xcpretty"

0 commit comments

Comments
 (0)