Skip to content

Commit

Permalink
Config TravisCI and bump required Elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuraGuerra committed Oct 24, 2017
1 parent c90508b commit 59e06e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: elixir
elixir: 1.5.1
otp_release: 20.0

matrix:
include:
- elixir: 1.3.1
otp_release: 18.0
- elixir: 1.3.1
otp_release: 19.0
- elixir: 1.5.1
otp_release: 20.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Hex.pm](https://img.shields.io/hexpm/l/norma.svg?style=flat-square)]()
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg?style=flat-square)]()
[![GitHub issues](https://img.shields.io/github/issues/zuraguerra/dumballah.svg?style=flat-square)](https://github.com/mazingstudio/norma/issues)
[![Travis](https://img.shields.io/travis/mazingstudio/norma.svg)]()

Normalize URLs to the format you need.

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Norma.Mixfile do
def project do
[
app: :norma,
version: "1.1.0",
elixir: "~> 1.5",
version: "1.2.0",
elixir: "~> 1.2",
start_permanent: Mix.env == :prod,
description: description(),
package: package(),
Expand Down

0 comments on commit 59e06e0

Please sign in to comment.