|
|
@ -6,7 +6,7 @@ elixir: |
|
|
|
install: |
|
|
|
install: |
|
|
|
- sudo apt-get update |
|
|
|
- sudo apt-get update |
|
|
|
- sudo apt-get install nodejs npm |
|
|
|
- sudo apt-get install nodejs npm |
|
|
|
- npm install -g ganache-cli |
|
|
|
- npm install -g ganache-cli@6.1.3 |
|
|
|
- mix local.rebar --force # for Elixir 1.3.0 and up |
|
|
|
- mix local.rebar --force # for Elixir 1.3.0 and up |
|
|
|
- mix local.hex --force |
|
|
|
- mix local.hex --force |
|
|
|
- mix deps.get |
|
|
|
- mix deps.get |
|
|
|