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 21471cc commit 7332242Copy full SHA for 7332242
.travis.yml
@@ -29,7 +29,7 @@ after_success:
29
- codecov
30
jobs:
31
include:
32
- - if: (tag IS present) OR (branch = master)
+ - if: tag IS present
33
os: osx
34
# tag =~ ^\d+\.\d+(\.\d+)?(-\S*)?$
35
before_install: skip
0 commit comments