github.com/yaricom/goNEAT@v0.0.0-20210507221059-e2110b885482/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.15.x
     5  
     6  env:
     7    - GO111MODULE=on
     8  
     9  script: travis_wait 20 go test -timeout 20m -v ./...