Skip to content

Commit

Permalink
preparing for server and library renames
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 7, 2019
1 parent 91e4c57 commit 112b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ env:
- NATS_VERSION=v1.4.1

before_script:
- wget "https://github.com/nats-io/gnatsd/releases/download/$NATS_VERSION/gnatsd-$NATS_VERSION-linux-amd64.zip" -O tmp.zip
- wget "https://github.com/nats-io/nats-server/releases/download/$NATS_VERSION/gnatsd-$NATS_VERSION-linux-amd64.zip" -O tmp.zip
- unzip tmp.zip
- mv gnatsd-$NATS_VERSION-linux-amd64 gnatsd

Expand Down

0 comments on commit 112b64a

Please sign in to comment.