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.
2 parents 6ff0846 + 530494e commit a86c441Copy full SHA for a86c441
.travis.yml
@@ -1,3 +1,7 @@
1
language: php
2
-before_script: composer install --prefer-source
3
-script: php validator.php
+
+install:
4
+ - travis_retry composer install --no-interaction --prefer-source
5
6
+script:
7
+ - php validator.php
validator.php
@@ -69,7 +69,7 @@
69
break;
70
}
71
72
-
73
if (!$hasMax) {
74
$messages[$path][] = sprintf('"versions" must have an upper bound for branch "%s".', $name);
75
0 commit comments