Skip to main content
Module

x/slugify/.travis.yml

A string slugifier
Latest
File
language: pythonenv: - DENO_VERSION="v1.0.0-rc3"before_script: - curl -L https://deno.land/x/install/install.sh | sh -s $DENO_VERSION - export PATH="$HOME/.deno/bin:$PATH"script: - deno test test.ts