Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
platinummonkey committed Apr 4, 2019
1 parent 3fd0ad3 commit fc607d8
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 @@ -30,6 +30,6 @@ before_script:
- go vet -shadowstrict $TEST_PACKAGES
script:
- go test -v -race -covermode=atomic -coverprofile=coverage.out $TEST_PACKAGES
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken=${COVERALLS_TOKEN}
after_success:
- cd docs && hugo && mv docs/* .

0 comments on commit fc607d8

Please sign in to comment.