Skip to main content
Module

x/dedupe/.travis.yml

removes duplicates from your array.
Latest
File
language: sh
install: - curl -L https://deno.land/x/install/install.sh | sh - export PATH="$HOME/.deno/bin:$PATH"
script: - deno test.ts