From 16e4de22da8a31ad680db1ddb77cc99ac6221f51 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 14 Jun 2019 10:47:10 +0200 Subject: [PATCH] codecov added --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c5681b..41c1209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ before_script: script: - vendor/bin/phpunit + +after_success: + - bash < (curl -s https://codecov.io/bash)