updated node and npm version in travis build

This commit is contained in:
Art Lowel
2016-09-22 09:27:46 +02:00
parent 029c7dfea0
commit d8404f1b71

View File

@@ -7,9 +7,12 @@ env:
# Install prerequisites for building Mirage2 more rapidly
before_install:
# Install latest Node.js 0.10.x & print version info
- nvm install 0.10
# Install Node.js 6.5.0 & print version info
- nvm install 6.5.0
- node --version
# Install npm 3.10.8 & print version info
- npm install -g npm@3.10.8
- npm --version
# Install Bower
- npm install -g bower
# Install Grunt & print version info