Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 1e2f1b0d61bbdfe5e63c1b5c2cd60e0181290140
  • master default protected
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.0
6 results

.travis.yml

Blame
  • .travis.yml 75 B
    sudo: false
    language: go
    
    go:
      - 1.10.x
    
    script:
      - go test -short ./...