Skip to content

Commit 974edc1

Browse files
committed
bumps travis elixir 1.8.x release
1 parent 7684fdc commit 974edc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
elixir: 1.7.4
1414
otp_release: 20.3
1515
- <<: *test
16-
elixir: 1.8.0
16+
elixir: 1.8.1
1717
otp_release: 21.0
1818
after_success: mix coveralls.travis
1919

2020
- stage: verify
21-
elixir: 1.8.0
21+
elixir: 1.8.1
2222
otp_release: 21.0
2323
before_install: |-
2424
# setup pip for "sudo: false"
@@ -63,7 +63,7 @@ jobs:
6363
diff geolix_results.txt python_results.txt
6464
6565
- stage: code quality
66-
elixir: 1.8.0
66+
elixir: 1.8.1
6767
otp_release: 21.0
6868
script:
6969
- mix format --check-formatted

0 commit comments

Comments
 (0)