Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshen01 committed May 30, 2020
1 parent 8cd5ce0 commit 4588d49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 46 deletions.
18 changes: 7 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist: xenial
---
dist: trusty
sudo: required
services:
- docker
Expand All @@ -12,26 +13,21 @@ matrix:
allow_failures:
- go: tip
include:
- go: "1.13.x"
name: "Code Lint"
script: make lint
- go: "1.13.x"
name: "Code UnitTest"
script:
- make test
- make gencheck
- go: "1.13.x"
name: "Dependencies"
script: make depscheck
- go: "1.13.x"
name: "Website"
script:
- make docscheck
- make website-test
- make website-lint

install:
- make tools
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh

branches:
only:
Expand Down
35 changes: 0 additions & 35 deletions test/aabbcc-fosfmg.sh

This file was deleted.

0 comments on commit 4588d49

Please sign in to comment.