Skip to content

Commit ce26ef1

Browse files
committed
Bump Elixir to 1.2 and update Travis CI configuration.
1 parent f229e90 commit ce26ef1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: elixir
2+
elixir:
3+
- 1.2.3
24
otp_release:
3-
- 17.4
5+
- 18.2.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AWS.Mixfile do
99
name: "aws-elixir",
1010
source_url: "https://github.com/jkakar/aws-elixir",
1111
homepage_url: "http://github.com/jkakar/aws-elixir",
12-
elixir: "~> 1.0",
12+
elixir: "~> 1.2",
1313
build_embedded: Mix.env == :prod,
1414
start_permanent: Mix.env == :prod,
1515
deps: deps]

0 commit comments

Comments
 (0)