diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-01-12 05:45:29 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-01-12 05:45:29 +0300 |
commit | 145a0a136fc41dc59a78637a8e84f1c8952ecc31 (patch) | |
tree | e65b68200d122f4c8afbf772203dc63002ad3c7f /.travis.yml | |
parent | 9684cfd1d0e61a6bfcf1a46f322f99e7b6559df5 (diff) | |
parent | 18b12aeeff34c8ac9a350165ae36f08f4138dc9c (diff) |
Merge branch 'master' of https://github.com/phpfui/MathExecutor
# Conflicts:
# src/NXP/Classes/Lexer.php
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 47d1020..551e6ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: php php: - 5.6 + - 7.1 - 7.2 + - 7.3 before_script: - wget http://getcomposer.org/composer.phar |