Skip to main content
Module

x/alosaur/.travis.yml

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
language: python
variables: DENO_VERSION: "v0.20.0"
install: - curl -L https://deno.land/x/install/install.sh | sh -s $(DENO_VERSION) - export PATH="$HOME/.deno/bin:$PATH"
script: - deno run --allow-read src/test.ts