UNPKG

ski-resorts

Version:

An easy to use library of all ski resorts in the United States

23 lines (22 loc) 370 B
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: - npm run test:single - npm run check-coverage after_success: - npm run report-coverage - npm run semantic-release branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"