aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander@kiryukhin.su>2018-09-06 21:12:54 +0300
committerGitHub <noreply@github.com>2018-09-06 21:12:54 +0300
commit76d1b4b8f02d555e4b4f4fd4d641597f0f6b5f4e (patch)
treee41b2ffc28b2486679d54cb2f1378187599da96b /.travis.yml
parent2a629d37dda54f8a8d559473a5167b512910f75b (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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