Module

x/abc/.travis.yml

A better Deno framework to create web application.
Go to Latest
File
language: sh
install: - curl -L https://deno.land/x/install/install.sh | sh -s v0.3.2 - export PATH="$HOME/.deno/bin:$PATH"
script: - deno --version - deno test.ts --allow-net --allow-read --reload --recompile
cache: directories: - '$HOME/.deno'