diff --git a/.travis.yml b/.travis.yml index 30c91cc..8507f64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,7 @@ install: - npm install -g ganache-cli - mix local.rebar --force # for Elixir 1.3.0 and up - mix local.hex --force - - mix deps.get \ No newline at end of file + - mix deps.get + +script: + bash travis_test.sh