From 8e1f493daff7c6c5f80dff03b8128cb4e6f43086 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 24 May 2015 21:45:10 +0200 Subject: [PATCH] Another build routine. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0dd69b122..6d80082009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ script: after_script: - php vendor/bin/coveralls - - CODECLIMATE_REPO_TOKEN=26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61 ./vendor/bin/test-reporter \ No newline at end of file + - CODECLIMATE_REPO_TOKEN=26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61 ./vendor/bin/test-reporter --stdout > codeclimate.json + - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports" \ No newline at end of file