We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d74473 commit 33efcdbCopy full SHA for 33efcdb
.travis.yml
@@ -1,4 +1,17 @@
1
-language: elixir
2
elixir:
3
- - 1.7.4
+ - 1.17.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."
17
mix.exs
@@ -5,7 +5,7 @@ defmodule Remixdb.Mixfile do
[
app: :remixdb,
version: "0.0.3",
- elixir: "~> 1.14",
+ elixir: "~> 1.17",
description: "A caching library written in pure elixir",
start_permanent: Mix.env() == :prod,
deps: deps()
0 commit comments