github.com/matthewmueller/go-archive@v1.0.3-0.20180913190615-0f8ce9f192c4/ci.yml (about)

     1  version: 0.2
     2  
     3  phases:
     4    install:
     5      commands:
     6        - go get -t ./...
     7    build:
     8      commands:
     9        - go test -c -v ./...