Skip to content

Commit dd62c05

Browse files
author
Mikolaj Misiurewicz
committed
feat(standards): removed CircleCI integration in favour of existing TravisCI integration
1 parent 75b4910 commit dd62c05

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

.circleci/config.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ before_script:
2525
config-rm xdebug.ini; fi
2626

2727
script:
28-
- vendor/bin/phpstan.phar analyse -c phpstan.neon --level 7 .
29-
- vendor/phpunit/phpunit/phpunit
28+
- make all
3029
# If master branch deploy a release providing everything else passes on the deploy matrix
3130
- if [ "$deploy" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then nvm install --lts && nvm alias default lts
3231
&& npm install --ignore-scripts && ./node_modules/.bin/semantic-release --no-ci; fi

0 commit comments

Comments
 (0)