Skip to content

Commit

Permalink
Update CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Azolo committed Aug 31, 2018
1 parent b273fb5 commit 7c72cd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ otp_release: 19.3
sudo: false
matrix:
include:
- elixir: 1.3.4
otp_release: 18.0
- elixir: 1.4.5
otp_release: 19.3
- elixir: 1.5.2
otp_release: 20.0
- elixir: 1.6.0
otp_release: 20.0
- elixir: 1.5.3
otp_release: 20.3
- elixir: 1.6.6
otp_release: 20.3
- elixir: 1.7.3
otp_release: 21.0
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: appveyor-{build}

environment:
elixir_version: 1.6.0
matrix:
- elixir_version: 1.7.3
- elixir_version: 1.6.6
- elixir_version: 1.5.3

install:
- cinst elixir --version %elixir_version%
Expand All @@ -13,4 +16,4 @@ build_script:
- mix deps.get

test_script:
mix test
- mix test

0 comments on commit 7c72cd1

Please sign in to comment.