Module

x/ash/.travis.yml

A stylish web framework for Deno!
Go to Latest
File
# Run Ash tests.
language: sh
install: - curl -fsSL https://deno.land/x/install/install.sh | sh - export PATH="$HOME/.deno/bin:$PATH"
script:- deno run --allow-read test/pathRegex.ts- deno run --allow-read test/route.ts- deno run --allow-read test/trifle.ts