quality: Update README

This commit is contained in:
Eishun Kondoh 2019-04-23 12:40:24 +09:00
parent f948b0588d
commit 482a08b16c
2 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,13 @@
language: elixir
elixir:
- 1.8.1
otp_release:
- 21.0
script: mix test
script:
- MIX_ENV=test mix do compile --warnings-as-errors, coveralls.json
after_success:
- bash <(curl -s https://codecov.io/bash)

View file

@ -1,5 +1,7 @@
# Tres - an Elixir OpenFlow development platform
[![Build Status](https://travis-ci.org/shun159/tres.svg?branch=develop)](https://travis-ci.org/shun159/tres)
## Overview
Tres is a framework and set of helper libraries to develop OpenFlow controllers in Elixir.