Skip to main content
Module

x/smtp/.travis.yml

SMTP implements for deno
Go to Latest
File
before_install: - curl -fsSL https://deno.land/x/install/install.sh | sh - export PATH="/home/travis/.deno/bin:$PATH" script: - deno run --allow-all ./test.ts