mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
ci: removes node 4 tests
This commit is contained in:
parent
5fadb77707
commit
7bb7619b8f
@ -11,7 +11,6 @@ dependencies:
|
|||||||
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
|
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
|
||||||
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
|
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
|
||||||
fi
|
fi
|
||||||
- nvm install 4
|
|
||||||
- nvm install 6
|
- nvm install 6
|
||||||
|
|
||||||
cache_directories:
|
cache_directories:
|
||||||
@ -25,8 +24,6 @@ test:
|
|||||||
- yarn run pre:ci
|
- yarn run pre:ci
|
||||||
- nvm alias default 6
|
- nvm alias default 6
|
||||||
- yarn run test
|
- yarn run test
|
||||||
- nvm alias default 4
|
|
||||||
- yarn run test
|
|
||||||
- nvm alias default 8
|
- nvm alias default 8
|
||||||
- yarn run test
|
- yarn run test
|
||||||
deployment:
|
deployment:
|
||||||
|
Loading…
Reference in New Issue
Block a user