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

CAN I DO THIS!

parent f07cf910
Branches
Tags
No related merge requests found
......@@ -4,5 +4,8 @@ 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:
parallel: true
- {>
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: {parallel: true}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment