summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-03-20 17:25:34 +0100
committerRob Janssen <rob@devcorner.nl>2015-03-20 17:25:34 +0100
commit7ee7b247f84b57a31a19dd89e73bfa60ad2520d7 (patch)
tree8c2512d7d691423b682b84f8dcb9481a2b51d092
parent356a194950c2d0a29963581d0f9caac632a06285 (diff)
downloadTwoFactorAuth-7ee7b247f84b57a31a19dd89e73bfa60ad2520d7.zip
TwoFactorAuth-7ee7b247f84b57a31a19dd89e73bfa60ad2520d7.tar.gz
TwoFactorAuth-7ee7b247f84b57a31a19dd89e73bfa60ad2520d7.tar.bz2
Update .travis.yml
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9412c90..dfb749e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,9 @@ php:
- 5.5
- 5.6
-script: phpunit tests \ No newline at end of file
+script: phpunit tests
+
+before_install:
+ sudo pip install codecov
+after_success:
+ codecov