Skip to content

Commit

Permalink
travis - add github.com/tomcraven/bitset to before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcraven committed Aug 3, 2016
1 parent 4d0fa45 commit 4924195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install:
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/tomcraven/bitset
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 4924195

Please sign in to comment.