Skip to content

Commit

Permalink
change requirements
Browse files Browse the repository at this point in the history
gherkin 1.4 does not support 1.1 anymore
  • Loading branch information
leifg committed Sep 6, 2017
1 parent 84723c0 commit 30b2f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: elixir

otp_release:
- 17.5
- 18.0
- 19.2
- 19.3
- 20.0

elixir:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5

matrix:
exclude:
Expand All @@ -21,8 +21,6 @@ matrix:
elixir: 1.4
- otp_release: 19.2
elixir: 1.1
allow_failures:
- elixir: 1.4 # There are deprecation warnings that need to be fixed.

script:
- mix local.hex --force
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule WhiteBread.Mixfile do
links: %{"GitHub" => "https://github.com/meadsteve/white-bread"},
],
version: "3.1.0",
elixir: "~> 1.1",
elixir: "~> 1.2",
aliases: aliases(),
deps: deps()]
end
Expand Down

0 comments on commit 30b2f12

Please sign in to comment.