Skip to main content
Module

x/oak/.travis.yml

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
File
language: python
install: - curl -L https://deno.land/x/install/install.sh | sh -s "v1.0.0" - export PATH="$HOME/.deno/bin:$PATH"
script: - deno test --allow-read