diff --git a/.circleci/config.yml b/.circleci/config.yml index de14fc8..c9f1aac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,4 +9,4 @@ jobs: - run: composer install --dev - run: ./vendor/bin/phpspec run - run: ./vendor/bin/phpstan analyse src -l 5 - + diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 82582f1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: php - -# use the new container infrastructure -#sudo: false - -php: - - '7.2' - - '7.3' - - '7.4' - - '8.0' - -cache: - directories: - - $HOME/.composer/cache - -before_script: - - composer self-update - - composer install --dev - -script: - - ./vendor/bin/phpspec run - - ./vendor/bin/phpstan analyse src -l 5