mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-06-27 11:38:43 +00:00
commit
This commit is contained in:
parent
531d7c5262
commit
8ff9133361
16
.travis.yml
16
.travis.yml
@ -4,10 +4,6 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- zsh
|
||||
# - ksh
|
||||
# - gcc-4.8
|
||||
# - g++-4.8
|
||||
|
||||
cache:
|
||||
ccache: true
|
||||
directories:
|
||||
@ -22,7 +18,6 @@ before_install:
|
||||
- bash --version | head
|
||||
- zsh --version
|
||||
- dpkg -s dash | grep ^Version | awk '{print $2}'
|
||||
# install python
|
||||
- pyenv install 2.7.18
|
||||
- pyenv local 2.7.18 || echo 'pyenv failed'
|
||||
- python -V
|
||||
@ -51,10 +46,6 @@ jobs:
|
||||
dist: xenial
|
||||
- env: SHELL=zsh TEST_SUITE=installation_node WITHOUT_CURL=1
|
||||
dist: xenial
|
||||
#- env: SHELL=ksh TEST_SUITE=installation_node
|
||||
# dist: xenial
|
||||
#- env: SHELL=ksh TEST_SUITE=installation_node WITHOUT_CURL=1
|
||||
# dist: xenial
|
||||
- env: SHELL=bash TEST_SUITE=xenial
|
||||
dist: xenial
|
||||
- env: SHELL=sh TEST_SUITE=xenial
|
||||
@ -63,8 +54,6 @@ jobs:
|
||||
dist: xenial
|
||||
- env: SHELL=zsh TEST_SUITE=xenial
|
||||
dist: xenial
|
||||
#- env: SHELL=ksh TEST_SUITE=xenial
|
||||
# dist: xenial
|
||||
env:
|
||||
global:
|
||||
- CXX=g++
|
||||
@ -77,17 +66,14 @@ env:
|
||||
- SHELL=dash TEST_SUITE=fast
|
||||
- SHELL=bash TEST_SUITE=fast
|
||||
- SHELL=zsh TEST_SUITE=fast
|
||||
# - SHELL=ksh TEST_SUITE=fast
|
||||
- SHELL=sh TEST_SUITE=sourcing
|
||||
- SHELL=dash TEST_SUITE=sourcing
|
||||
- SHELL=bash TEST_SUITE=sourcing
|
||||
- SHELL=zsh TEST_SUITE=sourcing
|
||||
# - SHELL=ksh TEST_SUITE=sourcing
|
||||
- SHELL=sh TEST_SUITE=slow
|
||||
- SHELL=dash TEST_SUITE=slow
|
||||
- SHELL=bash TEST_SUITE=slow
|
||||
- SHELL=zsh TEST_SUITE=slow
|
||||
# - SHELL=ksh TEST_SUITE=slow
|
||||
- SHELL=sh TEST_SUITE=installation_iojs
|
||||
- SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1
|
||||
- SHELL=dash TEST_SUITE=installation_iojs
|
||||
@ -96,5 +82,3 @@ env:
|
||||
- SHELL=bash TEST_SUITE=installation_iojs WITHOUT_CURL=1
|
||||
- SHELL=zsh TEST_SUITE=installation_iojs
|
||||
- SHELL=zsh TEST_SUITE=installation_iojs WITHOUT_CURL=1
|
||||
# - SHELL=ksh TEST_SUITE=installation_iojs
|
||||
# - SHELL=ksh TEST_SUITE=installation_iojs WITHOUT_CURL=1
|
||||
|
0
test/fast/Aliases/Running 'nvm alias' should list all aliases → test/fast/Aliases/Running'nvm alias' should list all aliases
Executable file → Normal file
0
test/fast/Aliases/Running 'nvm alias' should list all aliases → test/fast/Aliases/Running'nvm alias' should list all aliases
Executable file → Normal file
0
test/fast/Aliases/nvm_list_aliases calls nvm_get_colors → test/fast/Aliases/nvm_list_aliasescalls nvm_get_colors
Executable file → Normal file
0
test/fast/Aliases/nvm_list_aliases calls nvm_get_colors → test/fast/Aliases/nvm_list_aliasescalls nvm_get_colors
Executable file → Normal file
0
test/fast/Aliases/nvm_list_aliases works with LTS aliases → test/fast/Aliases/nvm_list_aliasesworks with LTS aliases
Executable file → Normal file
0
test/fast/Aliases/nvm_list_aliases works with LTS aliases → test/fast/Aliases/nvm_list_aliasesworks with LTS aliases
Executable file → Normal file
0
test/fast/Aliases/nvm_print_alias_path calls nvm_get_colors → test/fast/Aliases/nvm_print_alias_pathcalls nvm_get_colors
Executable file → Normal file
0
test/fast/Aliases/nvm_print_alias_path calls nvm_get_colors → test/fast/Aliases/nvm_print_alias_pathcalls nvm_get_colors
Executable file → Normal file
0
test/fast/Listing versions/Running 'nvm ls io' should return NA → test/fast/Listing versions/Running'nvm ls io' should return NA
Executable file → Normal file
0
test/fast/Listing versions/Running 'nvm ls io' should return NA → test/fast/Listing versions/Running'nvm ls io' should return NA
Executable file → Normal file
0
test/fast/Set Colors/nvm_print_versions calls nvm_get_colors → test/fast/Set Colors/nvm_print_versionscalls nvm_get_colors
Executable file → Normal file
0
test/fast/Set Colors/nvm_print_versions calls nvm_get_colors → test/fast/Set Colors/nvm_print_versionscalls nvm_get_colors
Executable file → Normal file
0
test/fast/Unit tests/nvm_alias LTS-N → test/fast/Unit tests/nvm_aliasLTS-N
Executable file → Normal file
0
test/fast/Unit tests/nvm_alias LTS-N → test/fast/Unit tests/nvm_aliasLTS-N
Executable file → Normal file
0
test/fast/Unit tests/nvm_get_latest missing curl or wget → test/fast/Unit tests/nvm_get_latestmissing curl or wget
Executable file → Normal file
0
test/fast/Unit tests/nvm_get_latest missing curl or wget → test/fast/Unit tests/nvm_get_latestmissing curl or wget
Executable file → Normal file
0
test/fast/Unit tests/nvm_ls_remote LTS aliases → test/fast/Unit tests/nvm_ls_remoteLTS aliases
Executable file → Normal file
0
test/fast/Unit tests/nvm_ls_remote LTS aliases → test/fast/Unit tests/nvm_ls_remoteLTS aliases
Executable file → Normal file
0
test/fast/Unit tests/nvm_ls_remote nightly → test/fast/Unit tests/nvm_ls_remotenightly
Executable file → Normal file
0
test/fast/Unit tests/nvm_ls_remote nightly → test/fast/Unit tests/nvm_ls_remotenightly
Executable file → Normal file
0
test/fast/Unit tests/nvm_print_implicit_alias errors → test/fast/Unit tests/nvm_print_implicit_aliaserrors
Executable file → Normal file
0
test/fast/Unit tests/nvm_print_implicit_alias errors → test/fast/Unit tests/nvm_print_implicit_aliaserrors
Executable file → Normal file
0
test/fast/Unit tests/nvm_print_implicit_alias success → test/fast/Unit tests/nvm_print_implicit_aliassuccess
Executable file → Normal file
0
test/fast/Unit tests/nvm_print_implicit_alias success → test/fast/Unit tests/nvm_print_implicit_aliassuccess
Executable file → Normal file
0
test/fast/Unit tests/nvm ls-remote → test/fast/Unit tests/nvmls-remote
Executable file → Normal file
0
test/fast/Unit tests/nvm ls-remote → test/fast/Unit tests/nvmls-remote
Executable file → Normal file
0
test/fast/Unit tests/nvm set_colors → test/fast/Unit tests/nvmset_colors
Executable file → Normal file
0
test/fast/Unit tests/nvm set_colors → test/fast/Unit tests/nvmset_colors
Executable file → Normal file
0
test/fast/Unit tests/nvm version-remote → test/fast/Unit tests/nvmversion-remote
Executable file → Normal file
0
test/fast/Unit tests/nvm version-remote → test/fast/Unit tests/nvmversion-remote
Executable file → Normal file
0
test/slow/nvm exec/Preamble works and respects 'silent' flag → test/slow/nvm exec/Preambleworks and respects 'silent' flag
Executable file → Normal file
0
test/slow/nvm exec/Preamble works and respects 'silent' flag → test/slow/nvm exec/Preambleworks and respects 'silent' flag
Executable file → Normal file
0
test/slow/nvm exec/Running 'nvm exec --lts' should work → test/slow/nvm exec/Running'nvm exec --lts' should work
Executable file → Normal file
0
test/slow/nvm exec/Running 'nvm exec --lts' should work → test/slow/nvm exec/Running'nvm exec --lts' should work
Executable file → Normal file
0
test/slow/nvm exec/Running 'nvm exec 0.x' should work → test/slow/nvm exec/Running'nvm exec 0.x' should work
Executable file → Normal file
0
test/slow/nvm exec/Running 'nvm exec 0.x' should work → test/slow/nvm exec/Running'nvm exec 0.x' should work
Executable file → Normal file
0
test/slow/nvm reinstall-packages/should work as expected → test/slow/nvm reinstall-packages/shouldwork as expected
Executable file → Normal file
0
test/slow/nvm reinstall-packages/should work as expected → test/slow/nvm reinstall-packages/shouldwork as expected
Executable file → Normal file
0
test/slow/nvm reinstall-packages/works with no installs → test/slow/nvm reinstall-packages/workswith no installs
Executable file → Normal file
0
test/slow/nvm reinstall-packages/works with no installs → test/slow/nvm reinstall-packages/workswith no installs
Executable file → Normal file
0
test/slow/nvm run/Running 'nvm run --lts' should work → test/slow/nvm run/Running'nvm run --lts' should work
Executable file → Normal file
0
test/slow/nvm run/Running 'nvm run --lts' should work → test/slow/nvm run/Running'nvm run --lts' should work
Executable file → Normal file
0
test/slow/nvm run/Running 'nvm run 0.x' should work → test/slow/nvm run/Running'nvm run 0.x' should work
Executable file → Normal file
0
test/slow/nvm run/Running 'nvm run 0.x' should work → test/slow/nvm run/Running'nvm run 0.x' should work
Executable file → Normal file
0
test/slow/nvm use/Running 'nvm use' calls 'nvm_die_on_prefix' → test/slow/nvm use/Running'nvm use' calls 'nvm_die_on_prefix'
Executable file → Normal file
0
test/slow/nvm use/Running 'nvm use' calls 'nvm_die_on_prefix' → test/slow/nvm use/Running'nvm use' calls 'nvm_die_on_prefix'
Executable file → Normal file
0
test/slow/nvm_get_latest/nvm_get_latest failed redirect → test/slow/nvm_get_latest/nvm_get_latestfailed redirect
Executable file → Normal file
0
test/slow/nvm_get_latest/nvm_get_latest failed redirect → test/slow/nvm_get_latest/nvm_get_latestfailed redirect
Executable file → Normal file
Loading…
Reference in New Issue
Block a user