Skip to content

Commit

Permalink
[travis] refs fibercrypto#256 Try show token
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Nov 27, 2019
1 parent 07351e6 commit 7a90629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ go:
services:
- docker
go_import_path: github.com/fibercrypto/FiberCryptoWallet
env:
global:
secure: Kgk8K+M8Ean9KjB1Sbke9g3F/5LEDsOHRhuU3KMroOJbXOKVsfICj2Xu3DwBiuFmyBIDnV/DpDNjkZPSQYGDxIXyPDpOLqg549iyyH5Xrc3ecFXIWwk3ztU9HZsXGdy5YOj8LMDuqzq/6NZx5/sW6YMZtCzzXbBXeB6mLYeiaX1lrL4CB9rnDBgEG3gDkoHnI5eS9KTBhSgxIhVDn3/Tas5DWuAjDF+tkmKJGWG8CKN4raja6JsYlloCjzzzoS/EkW/hfEHahadpZIV6znej0KIVR3gQS3bQGp0Eim/9RnWGK273rapsksr16hZkQKCEIQcSahFG0r921Evwlt0kXoEtFIkaKynqt1pGGCD1YiwE/6hK6KB0zmp9rJkESl2z48g7CF87hoCJwTAk+FO853D7152qAAbMd46Fh4kDH5+KIfuuu8ew3WIkp4GNytYadu1yedGTHsESn9FEwJxxYSV0ZiGAbn5SXw8olZE7DbXK/aLghTaXOgBb/aBzbqIZIe4ZPDFm14v8BGU2mqPJdhFRi5QKDMHUBkZ1Uww95QwxTICzztVhlTZny01wiLaCPA1BNjvyWzbP4sHrOKNKCBgmPsBH1jAvINhAkeyNBn8lc8P8S8Va7iEJAGNgM8zarj6Nnt+iPbDi+48hHfcOMUoV+oGqh9t63+DDfCWQSp4=
matrix:
include:
- stage: RPI
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ test-sky-launch-html-cover:

test-cover-travis:
go test -covermode=count -coverprofile=coverage.out -timeout 30s github.com/fibercrypto/FiberCryptoWallet/src/util
$(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $(COVERALLS_TOKEN)
$(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken 1zkcSxi8TkcxpL2zTQOK9G5FFoVgWjceP


test-cover: clean-test test-sky-launch-html-cover ## Show more details of test coverage
Expand Down

0 comments on commit 7a90629

Please sign in to comment.