Module

x/ash/.travis.yml

A stylish web framework for Deno!
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 --reload --allow-read tests/route.ts- deno run --reload --allow-read tests/path.ts