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 6494691 commit 80aad21Copy full SHA for 80aad21
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- go mod verify
14
15
script:
16
-- go install ./...
+- go test ./...
17
18
before_deploy:
19
- GIT_TAG=$TRAVIS_TAG make clean build
0 commit comments