Skip to main content
Module

x/dejs/.travis.yml

ejs template engine for deno.
Extremely Popular
Go to Latest
File
language: minimal
install: - curl -L https://deno.land/x/install/install.sh | bash - export PATH="$HOME/.deno/bin:$PATH"
script: - make test