From c9157e7b39361493e9e047dfca929cf4d93ed4c1 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 27 Oct 2016 16:49:54 +0100 Subject: [PATCH] circleci: fixing incorrect circleci.yml --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 3b09d6e1..4c0c86e0 100644 --- a/circle.yml +++ b/circle.yml @@ -26,11 +26,11 @@ dependencies: - yarn global add triton - echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f - override: - - TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/xunit.xml" make test + - make install test: override: - - make lint test + - TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/xunit.xml" make lint test deployment: production: # just a label; label names are completely up to you