Skip to content

Commit

Permalink
oops. fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
agilliland committed Nov 3, 2015
1 parent 913510b commit b9e064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
# 2) runs unit tests w/ MySQL local DB. Runs against H2, Postgres
# 3) runs Eastwood linter
# 4) Bikeshed linter
# 4) runs JS linter + JS test
# 5) runs JS linter + JS test
# 6) runs lein uberjar. (We don't run bin/build because we're not really concerned about `npm install` (etc) in this test, which runs elsewhere)
- case $CIRCLE_NODE_INDEX in 0) MB_TEST_DATASETS=h2,mongo lein test ;; 1) MB_TEST_DATASETS=h2,mysql MB_DB_TYPE=postgres MB_DB_DBNAME=circle_test MB_DB_PORT=5432 MB_DB_USER=ubuntu MB_DB_HOST=localhost lein test ;; 2) MB_TEST_DATASETS=h2,postgres MB_DB_TYPE=mysql MB_DB_DBNAME=circle_test MB_DB_PORT=3306 MB_DB_USER=ubuntu MB_DB_HOST=localhost lein test ;; 3) lein eastwood ;; 4) lein bikeshed --max-line-length 240 ;; 5) npm install && npm run lint && npm run build && npm run test ;; 6) lein uberjar ;; esac:
parallel: true
Expand Down

0 comments on commit b9e064c

Please sign in to comment.