Skip to content

Commit 33efcdb

Browse files
committed
Ci/Cd change
1 parent 2d74473 commit 33efcdb

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
language: elixir
21
elixir:
3-
- 1.7.4
2+
- 1.17.3
3+
4+
otp_release:
5+
- 27.0
6+
7+
env:
8+
- MIX_ENV=test
9+
10+
script:
11+
- mix deps.get
12+
- mix compile
13+
- mix test
14+
15+
after_script:
16+
- echo "Build complete. Check for errors above."
417

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Remixdb.Mixfile do
55
[
66
app: :remixdb,
77
version: "0.0.3",
8-
elixir: "~> 1.14",
8+
elixir: "~> 1.17",
99
description: "A caching library written in pure elixir",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps()

0 commit comments

Comments
 (0)