php-ml/.travis.yml

30 lines
622 B
YAML
Raw Normal View History

2016-04-10 09:50:24 +00:00
language: php
2016-06-30 21:42:45 +00:00
2016-07-01 20:05:20 +00:00
matrix:
fast_finish: true
2016-06-30 21:42:45 +00:00
2016-07-01 20:05:20 +00:00
include:
2016-12-12 18:12:26 +00:00
- os: linux
php: '7.1'
2017-11-13 15:54:04 +00:00
- os: linux
php: '7.2'
2016-07-01 20:05:20 +00:00
- os: osx
osx_image: xcode7.3
language: generic
env:
- _OSX=10.11
- _PHP: php71
2016-07-01 20:05:20 +00:00
before_install:
2016-07-01 20:07:57 +00:00
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash tools/prepare_osx_env.sh ; fi
2016-07-01 20:05:20 +00:00
install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash tools/handle_brew_pkg.sh "${_PHP}" ; fi
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction --ignore-platform-reqs
2016-06-30 21:42:45 +00:00
script:
2016-07-07 22:03:22 +00:00
- bin/phpunit