We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc00285 commit a501179Copy full SHA for a501179
.travis.yml
@@ -42,13 +42,14 @@ jobs:
42
- go run build/ci.go test -coverage $TEST_PACKAGES
43
44
- stage: build
45
+ if: type = pull_request
46
os: linux
47
arch: arm64
48
dist: xenial
49
go: 1.13.x
50
script:
- - travis_wait 20 go run build/ci.go install
51
- - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
+ - go run build/ci.go install
52
+ - go run build/ci.go test -coverage $TEST_PACKAGES
53
54
55
os: osx
0 commit comments