diff --git a/.travis.yml b/.travis.yml index 5567970..db239f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php +dist: trusty + sudo: false php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 @@ -15,8 +15,6 @@ env: matrix: fast_finish: true include: - - php: 5.3 - dist: precise - php: 7.2 env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1 diff --git a/tests/bin/install.sh b/tests/bin/install.sh index 8e9f602..d3ca88c 100755 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -73,6 +73,8 @@ install_woocommerce() { git clone https://github.com/woocommerce/woocommerce.git cd woocommerce git checkout master + composer install + npm install cd - }