github.com/niubaoshu/gotiny@v0.0.4-0.20211018120156-10d393f19ad0/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - "1.9"
     5    - "1.10"
     6    - "1.11"
     7    - "master"
     8  
     9  install:
    10    - go get github.com/niubaoshu/goutils
    11  
    12  script:
    13    - go test  .
    14    - go run   example/helloworld.go