diff --git a/README.md b/README.md index a2bf2f8..630fda4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![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) # treerack diff --git a/boot_test.go b/boot_test.go index 0f791fc..ad6523b 100644 --- a/boot_test.go +++ b/boot_test.go @@ -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