Delete .travis.yml
This commit is contained in:
parent
aa041a4900
commit
2a4c82dc21
1 changed files with 0 additions and 22 deletions
22
.travis.yml
22
.travis.yml
|
|
@ -1,22 +0,0 @@
|
|||
#Travis CI
|
||||
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7.0
|
||||
|
||||
branches:
|
||||
- master
|
||||
|
||||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- mkdir plugins
|
||||
- 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:
|
||||
- ./tests/ci.sh
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue