Install nvm

This commit is contained in:
chriseth 2017-02-13 17:41:12 +01:00
parent 9ee0d6fb90
commit 2ba09206de

View File

@ -105,6 +105,8 @@ matrix:
services: services:
- docker - docker
before_install: before_install:
- nvm install
- nvm use
- docker pull trzeci/emscripten:sdk-tag-1.35.4-64bit - docker pull trzeci/emscripten:sdk-tag-1.35.4-64bit
env: env:
- SOLC_EMSCRIPTEN=On - SOLC_EMSCRIPTEN=On