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 cf5277d commit a561d86Copy full SHA for a561d86
.travis.yml
@@ -38,4 +38,4 @@ deploy:
38
fqdn: api-platform.com
39
on:
40
all_branches: true
41
- condition: $TRAVIS_BRANCH =~ "^master|2.4|2.3|2.2|2.1$"
+ condition: $TRAVIS_BRANCH =~ ^(master|2.4|2.3|2.2|2.1)$
0 commit comments