1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00

Another attempt at correct Travis syntax for gnatsd -#4

Signed-off-by: Cale Hoopes <caledh@gmail.com>
This commit is contained in:
Cale Hoopes 2016-07-17 15:21:46 -07:00
parent 904c803ecc
commit 6ca77afb27

View File

@ -21,6 +21,7 @@ before_install:
- cd gnatsd
- "wget https://github.com/nats-io/gnatsd/releases/download/v0.8.1/gnatsd-v0.8.1-linux-amd64.zip"
- unzip gnatsd-v0.8.1-linux-amd64.zip
- ls -la
- ./gnatsd -p 4222 &
- ./gnatsd -p 4223 --user test --pass testwd &
- cd $HOME/gopath/src/github.com/hybridgroup/gobot