UNPKG

dns-over-https

Version:

Resolve DNS records via the Google Public DNS HTTPS API

25 lines (18 loc) 325 B
--- language: node_js node_js: - "9" sudo: false dist: trusty cache: yarn: true env: global: - NODE_DEBUG=dns-over-https before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - yarn install --no-lockfile --non-interactive script: - yarn test