mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
move sessions and websocket examples, gofmt, fix misspells and experimental optimizations 🍐
Former-commit-id: cae4f94bbd404d26ab13dade02b52f81feaddf24
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -15,18 +15,6 @@ after_script:
|
||||
- cd ./_examples
|
||||
- go get ./...
|
||||
- go test -v -cover ./...
|
||||
# cache examples
|
||||
- cd ../cache/_examples
|
||||
- go get ./...
|
||||
- go test -v -cover ./...
|
||||
# sessions examples
|
||||
- cd ../../sessions/_examples
|
||||
- go get ./...
|
||||
- go test -v -cover ./...
|
||||
# websocket examples
|
||||
- cd ../../websocket/_examples
|
||||
- go get ./...
|
||||
- go test -v -cover ./...
|
||||
# typescript examples
|
||||
- cd ../../typescript/_examples
|
||||
- go get ./...
|
||||
|
||||
Reference in New Issue
Block a user