language: elixir elixir: - 1.2 - 1.3 - 1.4 otp_release: - 18.3 - 18.4 - 19.0 script: - MIX_ENV=dev make credo - MIX_ENV=test make test