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

parent a358edef
language: php language: php
php: php:
- 7
- 7.1 - 7.1
- 7.2
cache: cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache
env: env:
- LARAVEL_VERSION="~5.5" TESTBENCH_VERSION="~3.5" - LARAVEL_VERSION="~5.6" TESTBENCH_VERSION="~3.6"
before_script: before_script:
- phpenv config-rm xdebug.ini - 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