Add .travis.yml

This commit is contained in:
Marcel Otto 2017-06-25 21:55:24 +02:00
parent 075d0e6cf5
commit c67e4b5e61
2 changed files with 11 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: elixir
elixir:
- 1.4.5
- 1.4.4
otp_release:
- 19.3
- 18.3
sudo: false

View file

@ -1,5 +1,8 @@
# JSON-LD.ex
[![Travis](https://img.shields.io/travis/marcelotto/jsonld-ex.svg?style=flat-square)](https://travis-ci.org/marcelotto/jsonld-ex)
[![Hex.pm](https://img.shields.io/hexpm/v/json_ld.svg?style=flat-square)](https://hex.pm/packages/json_ld)
An implementation of the [JSON-LD] standard for Elixir and [RDF.ex].