language: python install: - curl -L https://deno.land/x/install/install.py | python - v0.2.3 - export PATH="$HOME/.deno/bin:$PATH" script: - deno test.ts --allow-run --allow-net