Skip to content

Commit

Permalink
Expand test matrix with elixir 1.7 (beam-community#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet authored and snewcomer committed Aug 3, 2018
1 parent 3895ece commit 4dfbc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ dist: trusty
elixir:
- 1.5
- 1.6
- 1.7
otp_release:
- 19.3
- 20.1
matrix:
exclude:
elixir: 1.3
otp_release: 20.1

sudo: false
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Stripe.Mixfile do
deps: deps(),
description: description(),
dialyzer: [plt_add_apps: [:mix]],
elixir: "~> 1.3",
elixir: "~> 1.5",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
preferred_cli_env: [
Expand Down

0 comments on commit 4dfbc2e

Please sign in to comment.