sudo: false language: node_js node_js: - 8.1.3 before_install: - make configure script: - make test - make lint branches: only: - master