Skip to content

Commit

Permalink
chore (travis) remove nats streaming stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pentateu committed Mar 27, 2019
1 parent 15f7261 commit 43375d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ before_install:
- go get -v github.com/nats-io/gnatsd
- go get -v github.com/onsi/ginkgo/ginkgo
- go get -v github.com/onsi/gomega
- echo $TRAVIS_OS_NAME | grep osx && curl -fSsL https://github.com/nats-io/nats-streaming-server/releases/download/v0.11.2/nats-streaming-server-v0.11.2-darwin-amd64.zip -o nats.zip || echo "Skipping OSX"
- echo $TRAVIS_OS_NAME | grep linux && curl -fSsL https://github.com/nats-io/nats-streaming-server/releases/download/v0.11.2/nats-streaming-server-v0.11.2-linux-amd64.zip -o nats.zip || echo "Skipping Linux"
- echo $TRAVIS_OS_NAME | grep windows && curl -fSsL https://github.com/nats-io/nats-streaming-server/releases/download/v0.11.2/nats-streaming-server-v0.11.2-windows-amd64.zip -o nats.zip || echo "Skipping Windows"
- unzip nats.zip && ls

script:
- echo $TRAVIS_OS_NAME | grep windows && nats-streaming-server-v0.11.2-windows-amd64/nats-streaming-server || nohup nats-*/nats-streaming-server -mc 0 &
- ginkgo -r --randomizeAllSpecs --failFast --cover --trace

after_script:
Expand Down

0 comments on commit 43375d0

Please sign in to comment.