Skip to content
Snippets Groups Projects
Commit 3647d846 authored by Cam Saul's avatar Cam Saul
Browse files

re-enable linters and stuff

parent fa6de540
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ machine:
oraclejdk8
test:
override:
- case $CIRCLE_NODE_INDEX in 0) 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 ;; esac:
- case $CIRCLE_NODE_INDEX in 0) 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment