Loading .travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ # Tell Travis CI we're using PHP language: php notifications: email: false php: - 5.5 Loading @@ -17,6 +20,7 @@ matrix: # Clones WordPress and configures our testing environment. before_script: - bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION - printf "\n" | pecl install imagick script: - phpunit --coverage-clover clover.xml Loading Loading
.travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ # Tell Travis CI we're using PHP language: php notifications: email: false php: - 5.5 Loading @@ -17,6 +20,7 @@ matrix: # Clones WordPress and configures our testing environment. before_script: - bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION - printf "\n" | pecl install imagick script: - phpunit --coverage-clover clover.xml Loading