Skip to main content
Module

x/download/.travis.yml

Deno fetch api based module to download file from a URL.
Go to Latest
File
os: - linux - osx
before_script: curl -sL https://deno.land/x/install/install.sh | sh
script: $HOME/.deno/bin/deno test --allow-net --allow-write --allow-read --unstable ./download_test.ts