aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruce Wells <phpfui@users.noreply.github.com>2018-09-12 19:36:15 +0300
committerGitHub <noreply@github.com>2018-09-12 19:36:15 +0300
commit7a36e07736c04e620380fc6657888dca50ad8e31 (patch)
tree7b58c49eb788554db08ee8402bd014d10dae6b7b /.travis.yml
parent00def17f0e9183544813427cddbdaed851986309 (diff)
parent76d1b4b8f02d555e4b4f4fd4d641597f0f6b5f4e (diff)
Merge branch 'master' into support_for_double_quoted_strings
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