Skip to content

Commit

Permalink
Another attempt at correct Travis syntax for gnatsd -hybridgroup#2
Browse files Browse the repository at this point in the history
Signed-off-by: Cale Hoopes <[email protected]>
  • Loading branch information
caledhwa committed Jul 17, 2016
1 parent 118996c commit 54952ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ before_install:
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
- sudo apt-get update
- sudo apt-get install --force-yes libcv-dev libcvaux-dev libhighgui-dev libopencv-dev libsdl2-dev libsdl2-image-dev libsdl2 libusb-dev xvfb libgtk2.0-0
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/nats-io/gnats
- go get github.com/nats-io/gnatsd
- cd $HOME/gopath/src/github.com/nats-io/gnatsd
- go build
- ./gnatsd -p 4222 &
- ./gnatsd -p 4223 --user test --pass testwd &
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- go get -d -v ./...
Expand Down

0 comments on commit 54952ee

Please sign in to comment.