language: node_js node_js: - "stable" cache: directories: - node_modules before_script: - npm install -g yarn - cp example.config.js config.js install: - yarn script: - yarn build - yarn test