Skip to content

Commit

Permalink
prepare for v0.2.0 (#10)
Browse files Browse the repository at this point in the history
* prepare for v0.2.0

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
bamorim authored Feb 12, 2021
1 parent 3b90512 commit 0b69047
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
language: elixir

elixir:
- 1.8.2
- 1.9.4
- 1.10.2
- 1.10.4
- 1.11.3

otp_release:
- 21.3
- 22.3
- 23.0

env:
- MIX_ENV=test

jobs:
exclude:
- elixir: 1.9.4
otp_release: 23.0

before_script:
- mix compile --warnings-as-errors

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule TypedEctoSchema.MixProject do
def project do
[
app: :typed_ecto_schema,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0b69047

Please sign in to comment.