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 4e34a06 commit 8bbeb64Copy full SHA for 8bbeb64
.travis.yml
@@ -4,6 +4,7 @@ go:
4
- "1.8"
5
- "1.9"
6
- "1.10"
7
+ - "1.11"
8
9
sudo: false
10
@@ -16,7 +17,7 @@ install:
16
17
# optional dependencies
18
- go get -u github.com/gin-gonic/gin
19
- go get -u github.com/gorilla/mux
- - go get -u github.com/labstack/echo/...
20
+ - go get -u github.com/labstack/echo
21
22
script:
23
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
0 commit comments