Skip to content

Commit

Permalink
Require at least Elixir v1.6
Browse files Browse the repository at this point in the history
Use latest Elixir (v1.9.0) and Erlang (v22.0) in Travis CI build.
slashdotdash committed Jul 3, 2019
1 parent 9e7020d commit 7cbc465
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: elixir

elixir:
- 1.5.2
- 1.9.0

otp_release:
- 20.1
- 22.0

services:
- postgresql
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ MIT License

## Getting started

Conduit is an Elixir 1.5 application using Phoenix 1.3 and PostgreSQL for persistence.
Conduit is an Elixir application using Phoenix 1.4 and PostgreSQL for persistence.

### Prerequisites

You must install the following dependencies before starting:

- [Git](https://git-scm.com/).
- [Elixir](https://elixir-lang.org/install.html) (v1.5 or later).
- [Elixir](https://elixir-lang.org/install.html) (v1.6 or later).
- [PostgreSQL](https://www.postgresql.org/) database (v9.5 or later).

### Configuring Conduit
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ defmodule Conduit.Mixfile do
[
app: :conduit,
version: "0.0.1",
elixir: "~> 1.5",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,

0 comments on commit 7cbc465

Please sign in to comment.