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" DRASH_CORE_LOGGER_ENABLED=false
install: - curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.18.0 - export PATH="$HOME/.deno/bin:$PATH"
script: - console/tests