diff --git a/circle.yml b/circle.yml index 493e78ec..3b09d6e1 100644 --- a/circle.yml +++ b/circle.yml @@ -26,7 +26,7 @@ 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: - - make install + - TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/xunit.xml" make test test: override: diff --git a/frontend/.babelrc b/frontend/.babelrc index e47fbbb5..cae37a0a 100644 --- a/frontend/.babelrc +++ b/frontend/.babelrc @@ -32,7 +32,7 @@ ], ["babel-plugin-webpack-loaders", { "config": "${CONFIG}", - "verbose": true + "verbose": false }] ] } diff --git a/ui/.babelrc b/ui/.babelrc index f964e1ad..6ee38f2d 100644 --- a/ui/.babelrc +++ b/ui/.babelrc @@ -18,7 +18,7 @@ "plugins": [ ["babel-plugin-webpack-loaders", { "config": "${CONFIG}", - "verbose": true + "verbose": false }] ] }