UNPKG

publish-url-params

Version:
23 lines 343 B
sudo: false language: node__js cache: directories: - node_modules branches: only: - master notifications: email: false node__js: - '12' before_script: - npm prune script: - npm run test - npm run check-coverage - npm run build after_success: - npm run report-coverage branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"