From 457c2680b6bb6ff9ac5d3e26673dfc6cec23a5ef Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 12 Jan 2016 12:33:45 -0500 Subject: [PATCH] Code coverage for codeclimate --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5616fad..deb1a1d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,8 @@ after_script: matrix: allow_failures: - - php: nightly \ No newline at end of file + - php: nightly + +addons: + code_climate: + repo_token: 2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 \ No newline at end of file