Codebase list golang-github-bsm-redeo / bullseye-backports/main .travis.yml
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

.travis.yml @bullseye-backports/mainraw · history · blame

1
2
3
4
5
6
7
8
9
language: go
services:
  - redis
install:
  - go get -u github.com/golang/dep/cmd/dep
  - dep ensure -v -vendor-only
go:
  - 1.9.x
  - 1.8.x