4
0
Fork 0

Added install commands for travis

pull/5/head
hswick 7 years ago
parent 926cef52d9
commit ac76601faa
  1. 2
      .travis.yml

@ -4,4 +4,6 @@ install:
- sudo apt-get update
- sudo apt-get install nodejs npm
- npm install -g ganache-cli
- mix local.rebar --force # for Elixir 1.3.0 and up
- mix local.hex --force
- mix deps.get
Loading…
Cancel
Save