language: node_js node_js: - "6" - "8" - "9" install: - npm install -g npm@5.6.0 - npm install - cd example - npm install - cd ../examples/browser - npm install