Skip to content

Commit

Permalink
adapt .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa1977 committed Feb 8, 2018
1 parent 9f8a82b commit 7030c5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ matrix:
include:
- otp_release: 19.0
elixir: 1.5
- otp_release: 20.0
elixir: 1.5
- otp_release: 20.1
elixir: 1.6
env:
- CHECK_FORMAT=true
env:
global:
- MIX_HOME=$(pwd)/.mix
Expand All @@ -27,3 +29,4 @@ script:
- MIX_ENV=test mix credo --strict
- mix test
- mix dialyze
- if [ "$CHECK_FORMAT" == "true" ]; then mix format --check-formatted; fi

0 comments on commit 7030c5f

Please sign in to comment.