build: upgrade node to 8.8.1 (#471)

* build: upgrade to nodejs 8.8.1 and npm 5.5.1

* ci: upgrade the npm to the latest version in ci files

* build: remove duplication from clean script
This commit is contained in:
Róbert Kiss
2017-10-27 00:44:55 +02:00
committed by László Monda
parent 2f459a88c6
commit bd49e26978
9 changed files with 85 additions and 86 deletions

View File

@@ -29,6 +29,7 @@ addons:
install:
- nvm install
- npm i -g npm@latest
- npm install
before_script: