UNPKG

@4u6u57/dotfiles

Version:

August Valera's preferences for Linux

17 lines (14 loc) 299 B
image: ubuntu:latest before_script: - apt-get update -yqq - apt-get install -yqq npm nodejs-legacy git wget test: script: - npm install --unsafe-perm=true - npm run lint:sh - npm run lint:md - npm run unit artifacts: paths: - npm-debug.log expire_in: 1 month