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 ab705f2 commit 0e21b19Copy full SHA for 0e21b19
.travis.yml
@@ -1,7 +1,7 @@
1
# Build only if commit is tagged or PR is opened/updated
2
if: |
3
-((tag IS present) OR (type = pull_request)) AND \
4
-((commit_message != "update spm") AND (sender != env(GITHUB_NAME)))
+ ((tag IS present) OR (type = pull_request)) AND \
+ ((commit_message != 'update spm') AND (sender != env(GITHUB_NAME)))
5
6
language: objective-c
7
osx_image: xcode13.1
0 commit comments