Skip to content

Commit 762d15f

Browse files
author
Matthew Fisher
committed
fix(travis): install go cover
1 parent 5c02b7d commit 762d15f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
install:
1919
- pip install -r controller/requirements.txt
2020
- pip install -r controller/dev_requirements.txt coveralls
21+
- go get code.google.com/p/go.tools/cmd/cover
2122

2223
before_script:
2324
- "psql -c 'create database deis_testing;' -U postgres"

0 commit comments

Comments
 (0)