Skip to content

Commit ab705f2

Browse files
committed
Fix travis condition
1 parent 8291e80 commit ab705f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Build only if commit is tagged or PR is opened/updated
2-
if: ((tag IS present) OR (type = pull_request)) AND \
2+
if: |
3+
((tag IS present) OR (type = pull_request)) AND \
34
((commit_message != "update spm") AND (sender != env(GITHUB_NAME)))
45

56
language: objective-c

0 commit comments

Comments
 (0)