0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

ci: removes node 4 tests

This commit is contained in:
Ayush Sharma 2017-12-03 17:53:19 +05:30 committed by juanpicado
parent 5fadb77707
commit 7bb7619b8f

View file

@ -11,7 +11,6 @@ dependencies:
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
fi
- nvm install 4
- nvm install 6
cache_directories:
@ -25,8 +24,6 @@ test:
- yarn run pre:ci
- nvm alias default 6
- yarn run test
- nvm alias default 4
- yarn run test
- nvm alias default 8
- yarn run test
deployment: