migrate build to Travis #258 (#259)

* add travis file
* update lint so it reports properly
* disable circleci
* separate test structure into Verify deps & Lint, Unit Tests, Race Tests, Integration Tests
* fix path issue now evident on ci build err
* fixed golangci version to latest stable
* Upgrade ci lint to go script and avoid cache issues #268
* fix lint issues #268
* bump go version for travis build to match go.mod version recently updated with Cosmos SDK upgrade
* add panic for err edge cases on os.Stat
* increase timeout to 10m since its failing on jenkins
* bump GOLANGCI_VERSION to 1.23.8 in order to try avoiding some weird errors on CI
This commit is contained in:
thomasmodeneis
2020-04-29 22:38:57 +02:00
committed by GitHub
parent 7c5e0afb09
commit 5417b4bb54
14 changed files with 275 additions and 104 deletions
+1 -2
View File
@@ -31,8 +31,7 @@ import (
)
var (
cdc = codec.MakeCodec(app.ModuleBasics)
appCodec = codec.NewAppCodec(cdc)
cdc = codec.MakeCodec(app.ModuleBasics)
)
func main() {