This commit is contained in:
Maximilian Ruta 2019-06-25 15:48:44 +02:00
parent d11a760777
commit c7d6ffedb4

View file

@ -1,10 +1,14 @@
language: php
php:
- '7.2'
- nightly
before_script:
- sudo pecl install yaml
sudo:
false
before_install:
- pecl channel-update pecl.php.net
- (CFLAGS="-O1 -g3 -fno-strict-aliasing"; pecl install yaml < /dev/null &)
install:
- travis_retry composer update --no-interaction --no-suggest