Fixed tests

This commit is contained in:
Jumpei Tsuji
2016-06-08 17:28:56 +09:00
parent 6aa3ec6a42
commit d2a7e24677
3 changed files with 37 additions and 35 deletions

View File

@@ -1,12 +1,12 @@
language: go
go:
- 1.6.2
- 1.6.2
before_install:
sudo pip install codecov
- sudo pip install codecov
install:
- make setup
- make setup
script:
- make cover
- make cover
after_success:
codecov
- codecov