diff options
author | Bruce Wells <phpfui@users.noreply.github.com> | 2018-09-12 19:36:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 19:36:15 +0300 |
commit | 7a36e07736c04e620380fc6657888dca50ad8e31 (patch) | |
tree | 7b58c49eb788554db08ee8402bd014d10dae6b7b /.travis.yml | |
parent | 00def17f0e9183544813427cddbdaed851986309 (diff) | |
parent | 76d1b4b8f02d555e4b4f4fd4d641597f0f6b5f4e (diff) |
Merge branch 'master' into support_for_double_quoted_strings
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |