Skip to content

Commit

Permalink
updated travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
1800alex committed Mar 19, 2019
1 parent e75a735 commit 062432b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ before_install:
- go get -v github.com/GehirnInc/crypt/md5_crypt
- go get -v github.com/GehirnInc/crypt/sha256_crypt
- go get -v github.com/GehirnInc/crypt/sha512_crypt

script:
- go test -v --coverprofile=cover.out ./...
- go get -v github.com/mattn/goveralls
- goveralls --coverprofile=cover.out --service=travis-ci

0 comments on commit 062432b

Please sign in to comment.