Skip to content

Commit

Permalink
Employ dependency management tool: dep init
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Dec 21, 2019
1 parent fe7e2ed commit 89c4760
Show file tree
Hide file tree
Showing 1,195 changed files with 826,687 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
script:
- diff -u <(echo -n) <(gofmt -d -s $(find . -type f -name '*.go' -not -path "./cmd/spvwallet/vendor/*" -not -path "./gui/resources.go" ))
- diff -u <(echo -n) <(gofmt -d -s $(find . -type f -name '*.go' -not -path "./cmd/spvwallet/vendor/*" -not -path "./gui/resources.go" -not -path "./vendor/*"))
- cd $TRAVIS_BUILD_DIR && chmod a+x test_compile.sh && ./test_compile.sh
- goveralls -coverprofile=coverage.out -service travis-ci
Loading

0 comments on commit 89c4760

Please sign in to comment.