From 79e3be78ff49c97404af3df0c8b8820fc02202cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 2 Feb 2019 00:12:08 +0100 Subject: [PATCH] Add Codecov token --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1cba89eb..1433d9ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ install: script: vendor/bin/phpunit --coverage-clover=coverage.xml after_success: + - export CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b" - bash <(curl -s https://codecov.io/bash) \ No newline at end of file