Skip to content

Commit

Permalink
add command mix local.hex to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jan 23, 2018
1 parent c316d03 commit eb0d21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo 'nvm alias default 7.10.1' >> $BASH_ENV
- run: node -v
- run: npm install -g testrpc
- run: mix local.hex --force
- run: mix deps.get
- run: mix ecto.create
- run: mix test

0 comments on commit eb0d21c

Please # to comment.