Skip to content

Commit f2e5c73

Browse files
committed
Add Travis.
1 parent 56074fc commit f2e5c73

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: haskell
2+
ghc:
3+
- '7.6'
4+
- '7.8'
5+
- '7.10'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data.Codec
1+
# Data.Codec [![Build Status](https://travis-ci.org/chpatrick/codec.svg)](https://travis-ci.org/chpatrick/codec)
22

33
Tired of writing complementary `parseJSON`/`toJSON`, `peek`/`poke` or Binary `get`/`put` functions?
44

0 commit comments

Comments
 (0)