diff options
author | Bruce Wells <phpfui@users.noreply.github.com> | 2018-09-12 21:21:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 21:21:25 +0300 |
commit | 12d41b160bbf8c26601819fcc1f7628c48bc7a00 (patch) | |
tree | c50b777d06d9e9eeff6aeb59005c389ddf9a552b /.travis.yml | |
parent | 855ca5dfc1a6d70d9872df4b0d7bea8ba3c4c040 (diff) | |
parent | 4a672cfd94c07e1821227f27fd1edd2217685136 (diff) |
Merge pull request #1 from NeonXP/master
Merge from upstream master
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 |