Skip to content

Commit

Permalink
fix travis builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Brown <[email protected]>
  • Loading branch information
mikebrow committed Jul 20, 2018
1 parent 1257d68 commit 311b1f5
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 @@ -3,10 +3,11 @@ go:
- 1.3
- 1.4
before_install:
- go get github.com/kr/pretty
- go get github.com/mattn/goveralls
script:
- go test ./cap -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $GOVERALLS_TOKEN
env:
global:
secure: Y2tzTnIC5YoSFM6crHDuDe1eQVmuBTvtEld0wB25zfAX9bE8AAGM6K1Kaj5O2nswggRSuSq50frExlZvUnEmbLho4eBH0Ax3NpPKdhLYOKeseJ1jbvjFrUNQhfb6bqty38pUBaxE5LhI8xzrS9zH/zylfJZVnK+xQo8TMEdTFat4YPAGZAUJUBt9W3//bvE9XhHObMrwDT8PsFqTamyaPieCVRweqC03ER6iMB5jlKYLuaI2d4RErV+XzPumwi3fxM3sT7v+1r18HVDoXSrC07vACG76Q0aAV51ay01ywjTYd+YssskjWWayn1/BYbsLc/ohGxH85BA/h7PWzCaEV2fUX+WBEZM9rS9YEaUBbnvDSkfkH++L2aJlakV1FoLr3HclgU7xIMKjLgW9G7jhg2GLCoiHBOcVm+DJ0OGz6BVD6rZJF7kFozYSWVKRQQCDziqaUlvEHQtu9YC5HWZMKVtSGapYafXC1mdVfs3ZIJAFvLFsRA/UMgTpS7ts5MpOGlpr4NZxt08yBtmzfpSrScdIpFLyyqY3iDIFqa5HOsQQ6Uwn3MukEUkdTJEDkuLA14D812mwW142U7y5OYZTofxqfGaWiR9BywuxaBlxUkS1sEJ/IBR8PWcsUqh0R5QVhaSM2Hi8x3uSh5vj9FiP/wuPrh36SwtaBu35QBN8TRU=

0 comments on commit 311b1f5

Please sign in to comment.