Skip to content

Commit 8bbeb64

Browse files
wwwdatasharpner
authored andcommitted
Fix echo dependency and add go 1.11 build
1 parent 4e34a06 commit 8bbeb64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go:
44
- "1.8"
55
- "1.9"
66
- "1.10"
7+
- "1.11"
78

89
sudo: false
910

@@ -16,7 +17,7 @@ install:
1617
# optional dependencies
1718
- go get -u github.com/gin-gonic/gin
1819
- go get -u github.com/gorilla/mux
19-
- go get -u github.com/labstack/echo/...
20+
- go get -u github.com/labstack/echo
2021

2122
script:
2223
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress

0 commit comments

Comments
 (0)