Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
203 B

language: R
sudo: false
cache: packages
dist: xenial
apt_packages:
- libgetdns-dev
- libidn2-dev
- libunbound-dev
addons:
apt:
update: true
after_success:
- Rscript -e 'covr::codecov()'