Browse Source

fix travis yml and test

tags/v0.7.8
toranger 6 years ago
parent
commit
e4701195aa
  1. 2
      .travis.yml

2
.travis.yml

@ -8,7 +8,7 @@ go:
sudo: false
before_install:
- go get github.com/mattn/goveralls
go get github.com/stretchr/testify
- go get github.com/stretchr/testify
install:
- go get
- go build

Loading…
Cancel
Save