fix build, add build badge
This commit is contained in:
parent
a2f607034d
commit
660d50783a
@ -1,4 +1,5 @@
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://travis-ci.org/aryszka/treerack)
|
||||
[](https://codecov.io/gh/aryszka/treerack)
|
||||
|
||||
# treerack
|
||||
|
@ -51,7 +51,7 @@ func TestBoot(t *testing.T) {
|
||||
return
|
||||
}
|
||||
|
||||
f, err := os.Open("examples/syntax.treerack")
|
||||
f, err := os.Open("syntax.treerack")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user