copy whole .travis.yml from master

This commit is contained in:
Ralf Becker 2016-07-25 10:08:03 +02:00
parent ea56836a17
commit d5693d1ee6

View File

@ -21,6 +21,9 @@ services:
# - mysql # - mysql
# - postgres # - postgres
addons:
mariadb: '10.0'
sudo: required sudo: required
dist: trusty dist: trusty
# this fixes hhvm builds according to https://docs.travis-ci.com/user/languages/php#HHVM-versions-on-Trusty # this fixes hhvm builds according to https://docs.travis-ci.com/user/languages/php#HHVM-versions-on-Trusty
@ -55,8 +58,6 @@ before_script:
#- php -m #- php -m
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
#- composer update --prefer-source $LOWEST_DEPS #- composer update --prefer-source $LOWEST_DEPS
- sudo apt-get update -qq
- sudo apt-get install -y myrepos
- mr --trust-all --stats up - mr --trust-all --stats up
- (cd activesync; mr --trust-all --stats up) - (cd activesync; mr --trust-all --stats up)
# installing phpunit in version suitable for used PHP version # installing phpunit in version suitable for used PHP version
@ -73,7 +74,6 @@ script:
# Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever # Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever
- php -dapc.enable_cli=1 doc/test-cli.php - php -dapc.enable_cli=1 doc/test-cli.php
- ./doc/php_syntax_check.sh - ./doc/php_syntax_check.sh
- ./doc/test-cli.php
cache: cache:
directories: directories: