We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8291e80 commit ab705f2Copy full SHA for ab705f2
.travis.yml
@@ -1,5 +1,6 @@
1
# Build only if commit is tagged or PR is opened/updated
2
-if: ((tag IS present) OR (type = pull_request)) AND \
+if: |
3
+((tag IS present) OR (type = pull_request)) AND \
4
((commit_message != "update spm") AND (sender != env(GITHUB_NAME)))
5
6
language: objective-c
0 commit comments