Commit 59e06e0 1 parent c90508b commit 59e06e0 Copy full SHA for 59e06e0
File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 4
4
[ ![ Hex.pm] ( https://img.shields.io/hexpm/l/norma.svg?style=flat-square )] ( )
5
5
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2017.svg?style=flat-square )] ( )
6
6
[ ![ 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 )] ( )
7
8
8
9
Normalize URLs to the format you need.
9
10
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ defmodule Norma.Mixfile do
4
4
def project do
5
5
[
6
6
app: :norma ,
7
- version: "1.1 .0" ,
8
- elixir: "~> 1.5 " ,
7
+ version: "1.2 .0" ,
8
+ elixir: "~> 1.2 " ,
9
9
start_permanent: Mix . env == :prod ,
10
10
description: description ( ) ,
11
11
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments