language: java

before_install:
  - nvm install v4
  - nvm use v4
  - npm install

script:
  - npm run all