Revision 9c5a6c674b39e9301e500146cef35390b4682dc2 authored by Luis Fung on 16 February 2019, 05:14:33 UTC, committed by Luis Fung on 16 February 2019, 05:14:33 UTC
2 parent s 4d6130d + 6a7823c
Raw File
.travis.yml
language: go

sudo: false

go:
  - "1.11.x"
  - tip

install:
  - GO111MODULE=on go mod download

script:
  - GO111MODULE=on go test -v ./...
  #  - goapp test -v ./graph/gaedatastore

matrix:
  allow_failures:
    - go: tip
back to top