Skip to content

Commit 767d9af

Browse files
committed
try fancy travis config
1 parent 308d66d commit 767d9af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ otp_release:
1010
- 20.0
1111

1212
matrix:
13+
include:
14+
- elixir: 1.6.0
15+
env: MIX_FORMAT=true
1316
exclude:
1417
- elixir: 1.6.0
1518
otp_release: 18.3
19+
- elixir: 1.3.4
20+
otp_release: 20.0
1621
allow_failures:
1722
- elixir: 1.3.4
1823
- elixir: 1.4
@@ -24,4 +29,4 @@ notifications:
2429
script:
2530
- mix test
2631
- mix credo
27-
- mix format --dry-run --check-formatted
32+
- if [ "$MIX_FORMAT" = "true" ]; then mix format --dry-run --check-formatted; fi

0 commit comments

Comments
 (0)