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 5362651 commit 628a198Copy full SHA for 628a198
.travis.yml
@@ -1,3 +1,6 @@
1
+# Build only if commit is tagged or PR is opened/updated
2
+if: (tag IS present) OR (type = pull_request)
3
+
4
language: objective-c
5
osx_image: xcode12.5
6
0 commit comments