Skip to content
Snippets Groups Projects
Commit 201eb6bd authored by Erik Hedenström's avatar Erik Hedenström
Browse files

Fixed rebar call

parent 6f841210
Branches
Tags
No related merge requests found
......@@ -14,10 +14,10 @@ dependencies:
- curl -L https://raw.githubusercontent.com/ehedenst/circleci/master/kerl.sh | sh
- if [ ! -d ~/extras/otp/17.5 ]; then kerl build 17.5 17.5; kerl install 17.5 ~/extras/otp/17.5; fi
override:
- rebar get-deps
- ./rebar get-deps
test:
override:
- rebar compile eunit
- ./rebar compile eunit
post:
- mv .eunit/*.xml $CIRCLE_TEST_REPORTS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment