update travis
This commit is contained in:
parent
5d06d412fa
commit
a5c94441b6
|
@ -6,6 +6,7 @@ install:
|
||||||
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
||||||
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
||||||
- go get github.com/mholt/caddy
|
- go get github.com/mholt/caddy
|
||||||
|
- go get -u github.com/caddyserver/buildsrv
|
||||||
- go get -u github.com/caddyserver/caddydev
|
- go get -u github.com/caddyserver/caddydev
|
||||||
- go get github.com/BurntSushi/toml
|
- go get github.com/BurntSushi/toml
|
||||||
- go get github.com/gorilla/websocket
|
- go get github.com/gorilla/websocket
|
||||||
|
|
Loading…
Reference in New Issue