Skip to content

Commit

Permalink
Make Travis CI check that files are formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Nov 7, 2018
1 parent d436a19 commit faae367
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: elixir

matrix:
sudo: false

jobs:
include:
- otp_release: 18.3
- stage: check formatted
script: mix format --check-formatted
otp_release: 20.3
elixir: 1.7
- stage: test
script: mix test
otp_release: 18.3
elixir: 1.2
- otp_release: 18.3
elixir: 1.3
Expand All @@ -17,8 +25,4 @@ matrix:
elixir: 1.6
env: STATIX_TEST_RUNTIME_CONFIG=true
- otp_release: 21.0
elixir: 1.6

sudo: false

script: mix test --trace
elixir: 1.7

0 comments on commit faae367

Please sign in to comment.