Improve Travis config
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
git:
|
||||||
|
depth: 3
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@@ -17,6 +20,7 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- phpenv config-rm xdebug.ini
|
||||||
- phpenv config-add tests/php.ini
|
- phpenv config-add tests/php.ini
|
||||||
- composer install
|
- composer install
|
||||||
- php -i
|
- php -i
|
||||||
|
|||||||
Reference in New Issue
Block a user