From 5c9f3100f6b5a250061de3d546491649945c8763 Mon Sep 17 00:00:00 2001
From: Cam Saul <cam@geotip.com>
Date: Fri, 17 Jul 2015 17:48:06 -0700
Subject: [PATCH] update comments :heart_eyes_cat:

---
 circle.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/circle.yml b/circle.yml
index 460ad9b2f40..e17af33efb4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -8,8 +8,9 @@ test:
   override:
     # 0) runs unit tests w/ H2 local DB. Runs against both Mongo + H2 test datasets
     # 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 + Bikeshed linter
-    # 3) runs JS linter + JS test
-    # 4) runs lein uberjar
+    # 2) runs Eastwood linter
+    # 3) Bikeshed linter
+    # 4) runs JS linter + JS test
+    # 5) runs lein uberjar
     - case $CIRCLE_NODE_INDEX in 0) MB_TEST_DATASETS=h2,mongo,postgres 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) lein bikeshed --max-line-length 240 ;; 4) npm run lint && npm run build && npm run test ;; 5) CI_DISABLE_WEBPACK_MINIFICATION=1 lein uberjar ;; esac:
         parallel: true
-- 
GitLab