fix build, add build badge

This commit is contained in:
Arpad Ryszka 2017-11-05 04:29:01 +01:00
parent a2f607034d
commit 660d50783a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[![License](https://img.shields.io/badge/MIT-License-green.svg)](https://opensource.org/licenses/MIT) [![License](https://img.shields.io/badge/MIT-License-green.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/aryszka/treerack.svg)](https://travis-ci.org/aryszka/treerack)
[![codecov](https://codecov.io/gh/aryszka/treerack/branch/master/graph/badge.svg)](https://codecov.io/gh/aryszka/treerack) [![codecov](https://codecov.io/gh/aryszka/treerack/branch/master/graph/badge.svg)](https://codecov.io/gh/aryszka/treerack)
# treerack # treerack

View File

@ -51,7 +51,7 @@ func TestBoot(t *testing.T) {
return return
} }
f, err := os.Open("examples/syntax.treerack") f, err := os.Open("syntax.treerack")
if err != nil { if err != nil {
t.Error(err) t.Error(err)
return return