diff --git a/.travis.yml b/.travis.yml index 41d3946..8402bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,17 @@ language: elixir elixir: - - 1.0.5 - 1.1.1 - - 1.2.0 + - 1.2.5 + - 1.3.0-rc.0 +otp_release: + - 18.2.1 env: global: - MIX_ENV=test before_install: - git submodule update --init --recursive script: - - "mix do deps.get, deps.compile, compile --warnings-as-errors, coveralls.travis" + - "yes | mix do deps.get, deps.compile, compile --warnings-as-errors, coveralls.travis" notifications: email: - jonas.schmidt@gmx.com