We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b8367 commit 64d6e87Copy full SHA for 64d6e87
.travis.yml
@@ -8,6 +8,8 @@ before_install:
8
- go get github.com/labstack/echo
9
- go get github.com/gavv/httpexpect
10
- go get github.com/spf13/viper
11
+script:
12
+ - go build server.go
13
matrix:
14
allow_failures:
15
- go: tip
0 commit comments