dist: trusty language: node_js node_js: - "6" before_script: - eslint src/*.js script: - npm run test:ci