Skip to main content
Module

x/pogo/.travis.yml

Server framework for Deno
Latest
File
language: python
install: - curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.24.3 - export PATH="$HOME/.deno/bin:$PATH"
script: - deno test --allow-read test/*