File: .travis.yml

package info (click to toggle)
golang-github-go-redis-redis 6.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 748 kB
  • sloc: makefile: 22
file content (19 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo: false
language: go

services:
  - redis-server

go:
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - tip

matrix:
  allow_failures:
    - go: tip

install:
  - go get github.com/onsi/ginkgo
  - go get github.com/onsi/gomega