Skip to content

Commit

Permalink
Merge 89c4760 into fe7e2ed
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Dec 21, 2019
2 parents fe7e2ed + 89c4760 commit 2954af0
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 2954af0

Please sign in to comment.