language: node_js node_js: - "8.9.4" install: - bash ./scripts/travis-install before_script: - bash ./scripts/setup-rc script: - npm run lint - bash ./scripts/test after_script: - bash ./scripts/remove-rc after_failure: - cat /home/travis/.npm/_logs/*-debug.log