Commit 0af579b5 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Add codecov to travis

parent f2c2742b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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