Skip to content

Commit

Permalink
[update] build deps (#198)
Browse files Browse the repository at this point in the history
* [update] build deps
* updated travis node versions
* updated stan version
  • Loading branch information
aricart committed Jun 22, 2021
1 parent c96d123 commit 6e26d11
Show file tree
Hide file tree
Showing 3 changed files with 3,249 additions and 2,264 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,15 +2,15 @@ language: node_js
sudo: false

node_js:
- "10"
- "12"
- "14"
- "16"

git:
depth: false

env:
- STAN_VERSION=v0.21.1
- STAN_VERSION=v0.22.0

before_script:
- wget "https://github.com/nats-io/nats-streaming-server/releases/download/$STAN_VERSION/nats-streaming-server-$STAN_VERSION-linux-amd64.zip" -O tmp.zip
Expand All @@ -23,7 +23,7 @@ script:
- npm test

after_success:
- if [[ "$TRAVIS_NODE_VERSION" == 13 ]]; then npm run coveralls; fi
- if [[ "$TRAVIS_NODE_VERSION" == 16 ]]; then npm run coveralls; fi

after_failure:
- cat nats-streaming-server/logs/*.log

0 comments on commit 6e26d11

Please sign in to comment.