woocommerce/plugins/woocommerce-admin/.travis.yml

26 lines
408 B
YAML
Raw Normal View History

2018-04-17 21:03:14 +00:00
sudo: false
2018-09-21 13:06:16 +00:00
language: php
php:
- 5.6
- 7.0
- 7.1
env:
- WP_VERSION=latest WP_MULTISITE=0
before_script:
- phpenv config-rm xdebug.ini
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
- bash bin/travis.sh before
2018-07-12 23:01:11 +00:00
node_js:
- "8"
2018-04-17 21:03:14 +00:00
script:
2018-07-12 23:01:11 +00:00
- npm run lint
- npm test
2018-09-21 13:06:16 +00:00
- bash bin/phpunit.sh
- bash bin/phpcs.sh