Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Travis CI: added go-proio/fwk package to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
decibelcooper committed Apr 3, 2018
1 parent c083e01 commit acf792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ matrix:
install:
- go get golang.org/x/tools/cmd/cover
- go get -t ./...
script: go test -v -race -covermode=atomic -coverprofile=coverage.txt ./go-proio
script: go test -v -race -covermode=atomic -coverprofile=coverage.txt ./go-proio ./go-proio/fwk
after_success: bash <(curl -s https://codecov.io/bash)
- language: go
go: master
Expand Down

0 comments on commit acf792e

Please sign in to comment.