src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

.travis.yml (76B)


      1 language: go
      2 
      3 go:
      4   - 1.4.3
      5   - 1.5.3
      6   - tip
      7 
      8 script:
      9   - go test -v ./...