Updated travis

This commit is contained in:
Intyre 2016-02-23 13:08:57 +01:00
parent ccb60ff81e
commit ad70e23659
No known key found for this signature in database
GPG Key ID: B06D41D26935005A

View File

@ -1,17 +1,17 @@
language: php
php:
- 5.6
- 7.0
branches:
- master
before_script:
- mkdir plugins
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.9.0/DevTools_v1.9.0.phar
- pecl install channel://pecl.php.net/pthreads-2.0.10
- pecl install channel://pecl.php.net/weakref-0.2.6
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
- 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
script:
- php tests/TravisTest.php