From ccd21780d4285c6c95a410697ff70fe0a3091300 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 1 Feb 2020 21:10:32 +0100 Subject: [PATCH] run formatter on the newest elixir (1.10) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bd9f04c..01cce277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,11 @@ before_script: - travis_wait mix dialyzer --plt script: - mix credo --strict - - if [[ "$TRAVIS_ELIXIR_VERSION" == "1.8"* ]]; then mix format --check-formatted; fi + - if [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]; then mix format --check-formatted; fi - mix dialyzer --halt-exit-status - mix coveralls.travis after_script: - - if [[ "$TRAVIS_ELIXIR_VERSION" == "1.8"* ]]; then mix deps.get --only docs && MIX_ENV=docs mix inch.report; fi + - if [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]; then mix deps.get --only docs && MIX_ENV=docs mix inch.report; fi sudo: required dist: trusty cache: