Skip to main content
Module

x/deno_context_finder/.travis.yml

Extract context blocks from a configuration file
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 -s v1.0.5
script: - deno test --allow-run --allow-read --allow-write