1
0
Fork 0
mirror of synced 2025-04-11 13:10:57 +00:00

update travis configuration

This commit is contained in:
Alex Lushpai 2017-06-18 04:04:19 +03:00
parent d263b8199f
commit d3c0f764a2

View file

@ -11,7 +11,7 @@ php:
- '7.0'
before_script:
- flags="--prefer-dist --no-dev -o"
- flags="-o"
- composer install $flags
- cp phpunit.xml.dist phpunit.xml