From 76d1b4b8f02d555e4b4f4fd4d641597f0f6b5f4e Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Thu, 6 Sep 2018 21:12:54 +0300 Subject: Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 842031b..47d1020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.3 - - 5.4 + - 5.6 + - 7.2 before_script: - wget http://getcomposer.org/composer.phar - - php composer.phar install \ No newline at end of file + - php composer.phar install -- cgit v1.2.3