update PHP-YAML to 2.0.0 for Travis

This commit is contained in:
Dylan K. Taylor 2016-11-24 12:04:52 +00:00 committed by GitHub
parent 744f5a8384
commit 958473b333

View File

@ -8,7 +8,7 @@ before_script:
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.11.0/DevTools_v1.11.0.phar
- pecl install channel://pecl.php.net/pthreads-3.1.6
- pecl install channel://pecl.php.net/weakref-0.3.2
- echo | pecl install channel://pecl.php.net/yaml-2.0.0RC7
- echo | pecl install channel://pecl.php.net/yaml-2.0.0
script:
- ./tests/lint.sh && ./tests/run.sh