Skip to main content
Module

x/drash/.travis.yml

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
File
language: python
env: - DRASH_DIR_ROOT="/home/travis/build/crookse/deno-drash"
install: - curl -fsSL https://deno.land/x/install/install.sh | sh - export PATH="$HOME/.deno/bin:$PATH"
script: - console/test