PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/antonkerr/public_html/jutatourslucea.com/wp-content/plugins/woocommerce-bookings/ |
| Server: Linux premium47.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 IP: 68.65.123.244 |
| Dir : /home/antonkerr/public_html/jutatourslucea.com/wp-content/plugins/woocommerce-bookings/.travis.yml |
language: php
sudo: false
# Test main supported versions of PHP against latest WP. 5.2 is min supported PHP version.
php:
- 5.6
- 7.0
- 7.1
env:
- WP_VERSION=latest WP_MULTISITE=0 WC_VERSION=2.6.14
# Additonal tests against stable PHP (min recommended version is 5.6) and past supported versions of WP.
matrix:
include:
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1 WC_VERSION=2.6.14
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=0 WC_VERSION=3.0.0-rc.2
install:
- . $HOME/.nvm/nvm.sh
- nvm install 4.0.0
- nvm use 4.0.0
- npm install
- travis_retry composer install --no-interaction --prefer-source
before_script:
- phpenv config-rm xdebug.ini
- bash tests/bin/install.sh wc_bookings_test root '' localhost $WP_VERSION
- bash tests/bin/travis.sh before
#save node_modules to speed up build
cache:
directories:
- node_modules
script: npm run test
after_script:
- bash tests/bin/travis.sh after