export-command/.travis.yml
2017-02-06 15:20:19 -08:00

35 lines
438 B
YAML

sudo: false
language: php
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
php:
- 7.1
- 7.0
- 5.6
- 5.3
cache:
- composer
- $HOME/.composer/cache
env:
global:
- WP_CLI_BIN_DIR=/tmp/wp-cli-phar
matrix:
- WP_VERSION=latest
- WP_VERSION=trunk
before_script:
- composer validate
- bash bin/install-package-tests.sh
script: ./vendor/bin/behat --strict