language: sh install: - curl -L https://deno.land/x/install/install.sh | sh - export PATH="$HOME/.deno/bin:$PATH" script: - deno test --allow-net