Skip to content

Commit 59e06e0

Browse files
committed
Config TravisCI and bump required Elixir version
1 parent c90508b commit 59e06e0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: elixir
2+
elixir: 1.5.1
3+
otp_release: 20.0
4+
5+
matrix:
6+
include:
7+
- elixir: 1.3.1
8+
otp_release: 18.0
9+
- elixir: 1.3.1
10+
otp_release: 19.0
11+
- elixir: 1.5.1
12+
otp_release: 20.0

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Hex.pm](https://img.shields.io/hexpm/l/norma.svg?style=flat-square)]()
55
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg?style=flat-square)]()
66
[![GitHub issues](https://img.shields.io/github/issues/zuraguerra/dumballah.svg?style=flat-square)](https://github.com/mazingstudio/norma/issues)
7+
[![Travis](https://img.shields.io/travis/mazingstudio/norma.svg)]()
78

89
Normalize URLs to the format you need.
910

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule Norma.Mixfile do
44
def project do
55
[
66
app: :norma,
7-
version: "1.1.0",
8-
elixir: "~> 1.5",
7+
version: "1.2.0",
8+
elixir: "~> 1.2",
99
start_permanent: Mix.env == :prod,
1010
description: description(),
1111
package: package(),

0 commit comments

Comments
 (0)