mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
9 lines
180 B
YAML
9 lines
180 B
YAML
language: python
|
|
|
|
install:
|
|
- curl -L https://deno.land/x/install/install.py | python - v0.2.3
|
|
- export PATH="$HOME/.deno/bin:$PATH"
|
|
|
|
script:
|
|
- deno test.ts --allow-run --allow-net
|