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

can I break up YAML like this??

parent 8edf9414
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,11 @@ machine:
oraclejdk8
test:
override:
- case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein test ;; 2) lein uberjar ;; 3) ./lint_js.sh && lein bikeshed --max-line-length 240 ;; esac:
- |
case $CIRCLE_NODE_INDEX in
0) lein eastwood ;;
1) ./lint_js.sh && lein bikeshed --max-line-length 240 ;;
2) lein test ;;
3) 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