From ea898d7a7b85aeb677f81f13784232c99b61808a Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 1 Jun 2020 03:50:39 +0300 Subject: Code style fixes & Github Actions (#65) * Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a471c3e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: php - -php: - - 7.1 - - 7.2 - - 7.3 - - 7.4 - -before_script: - - wget http://getcomposer.org/composer.phar - - php composer.phar install -- cgit v1.2.3