Skip to content

Commit

Permalink
Fix some spellings
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison committed Jun 29, 2022
1 parent 88d5062 commit b0580cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ go_import_path: github.com/nats-io/nats-server

jobs:
include:
- name: "Compile and various checks"
- name: "Compile and various other checks"
env: TEST_SUITE=compile
- name: "Run TestNoRace tests"
env: TEST_SUITE=no_race_tests
Expand All @@ -27,11 +27,11 @@ jobs:
env: TEST_SUITE=js_cluster_tests
- name: "Run JetStream super cluster tests"
env: TEST_SUITE=js_super_cluster_tests
- name: "Run non JetStreams tests form the server package"
- name: "Run non JetStream tests from the server package"
env: TEST_SUITE=srv_pkg_non_js_tests
- name: "Run all tests from all other packages"
env: TEST_SUITE=non_srv_pkg_tests
- name: "Compile and various checks with older Go release"
- name: "Compile with older Go release"
go: 1.17.x
env: TEST_SUITE=build_only

Expand Down
2 changes: 1 addition & 1 deletion scripts/runTestsOnTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elif [ "$1" = "no_race_tests" ]; then

elif [ "$1" = "js_tests" ]; then

# Run JetStream non-clustere tests. By convention, all JS tests start
# Run JetStream non-clustered tests. By convention, all JS tests start
# with `TestJetStream`. We exclude the clustered and super-clustered
# tests by using the `skip_js_cluster_tests` and `skip_js_super_cluster_tests`
# build tags.
Expand Down

0 comments on commit b0580cd

Please sign in to comment.