From 958473b333003c669e8ef6ba97b3c8c6fb251946 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 24 Nov 2016 12:04:52 +0000 Subject: [PATCH] update PHP-YAML to 2.0.0 for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32152c3a5..5625e45e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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