quality: Update README
This commit is contained in:
parent
f948b0588d
commit
482a08b16c
2 changed files with 12 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Tres - an Elixir OpenFlow development platform
|
||||
|
||||
[](https://travis-ci.org/shun159/tres)
|
||||
|
||||
## Overview
|
||||
|
||||
Tres is a framework and set of helper libraries to develop OpenFlow controllers in Elixir.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue