UNPKG

cloudflare-ips

Version:

The list of CloudFlare IPs (IP ranges) to be used in the "trust proxy" configurations.

16 lines (14 loc) 367 B
sudo: required language: node_js node_js: - "node" before_install: - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - sudo apt-get update -qq - sudo apt-get install -y -qq yarn cache: yarn: true script: - yarn lint - yarn test