Loading .travis.yml +7 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,10 @@ 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 script: - phpunit --coverage-clover clover.xml after_script: # Push coverage off to Codecov - bash <(curl -s https://codecov.io/bash) No newline at end of file Loading
.travis.yml +7 −0 Original line number Diff line number Diff line Loading @@ -17,3 +17,10 @@ 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 script: - phpunit --coverage-clover clover.xml after_script: # Push coverage off to Codecov - bash <(curl -s https://codecov.io/bash) No newline at end of file