Skip to main content
Module

x/task_runner_v2/.travis.yml

Version 2 of deno-task-runner to fix issues
Latest
File
language: minimal
os: - osx - linux
before_install: - export PATH=$HOME/.deno/bin:$PATH
install: - curl -fsSL https://deno.land/x/install/install.sh | sh
script: - deno --version - deno test --allow-read --allow-run --allow-write