We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127a888 commit bad8e2aCopy full SHA for bad8e2a
.travis.yml
@@ -21,7 +21,7 @@ jobs:
21
go: 1.22.x
22
script:
23
- go run build/ci.go install
24
- - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
+ - travis_wait 60 go run build/ci.go test -coverage $TEST_PACKAGES
25
- stage: Docker Image Release
26
27
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin quay.io/amis
0 commit comments