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 147bd02 commit 20e36f9Copy full SHA for 20e36f9
.travis.yml
@@ -75,3 +75,7 @@ matrix:
75
76
before_script:
77
- mysql -e 'create database gotest;'
78
+script:
79
+ - go test -v
80
+ - go vet ./...
81
+ - test -z "$(gofmt -d -s . | tee /dev/stderr)"
0 commit comments