Skip to main content
Module

x/watch/.travis.yml

A pure deno file watcher.
Go to Latest
File
language: minimal
os: - osx - linux
before_install: - export PATH=$HOME/.deno/bin:$PATH
install: - curl -L https://deno.land/x/install/install.py | python
script: - deno -v - deno test.ts --allow-write --allow-run