Skip to main content
Module

x/denomander/.travis.yml

Deno command-line interfaces made easy
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-env --allow-read --allow-net --allow-write