Updating travis config file by removing old php version and adding 7.2

parent a358edef
language: php
php:
- 7
- 7.1
- 7.2
cache:
directories:
- $HOME/.composer/cache
env:
- LARAVEL_VERSION="~5.5" TESTBENCH_VERSION="~3.5"
- LARAVEL_VERSION="~5.6" TESTBENCH_VERSION="~3.6"
before_script:
- phpenv config-rm xdebug.ini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment