From e381c9181ace7383e2c11ef39d84ebd33f496b6a Mon Sep 17 00:00:00 2001 From: Cam Saul <cam@geotip.com> Date: Fri, 15 May 2015 17:44:32 -0700 Subject: [PATCH] fix comment :smirk_cat: :blush: --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3eb30eaebec..9d3780c4b75 100644 --- a/circle.yml +++ b/circle.yml @@ -8,6 +8,6 @@ test: # 1) runs unit tests w/ Postgres local DB. Only runs against H2 test dataset so we can be sure tests work in either scenario # 2) runs Eastwood linter # 3) runs JS linter + Bikeshed linter - # 4) Runs lein uberjar + # 4) runs lein uberjar - case $CIRCLE_NODE_INDEX in 0) MB_TEST_DATASETS=generic-sql,mongo lein test ;; 1) MB_DB_TYPE=postgres MB_DB_DBNAME=circle_test MB_DB_PORT=5432 MB_DB_USER=ubuntu MB_DB_HOST=localhost lein test ;; 2) lein eastwood ;; 3) ./lint_js.sh && lein bikeshed --max-line-length 240 ;; 4) lein uberjar ;; esac: parallel: true -- GitLab