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 75b4910 commit dd62c05Copy full SHA for dd62c05
.circleci/config.yml
.travis.yml
@@ -25,8 +25,7 @@ before_script:
25
config-rm xdebug.ini; fi
26
27
script:
28
-- vendor/bin/phpstan.phar analyse -c phpstan.neon --level 7 .
29
-- vendor/phpunit/phpunit/phpunit
+- make all
30
# If master branch deploy a release providing everything else passes on the deploy matrix
31
- if [ "$deploy" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then nvm install --lts && nvm alias default lts
32
&& npm install --ignore-scripts && ./node_modules/.bin/semantic-release --no-ci; fi
0 commit comments