Revision 2bbb310544293fd977c454eaf0ce48c995bcc095 authored by Denys Smirnov on 08 February 2019, 22:09:34 UTC, committed by Denys Smirnov on 08 February 2019, 22:09:34 UTC
1 parent 807b7b8
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