mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
2db683e47e
Original: 7a3c70e74b
8 lines
194 B
YAML
8 lines
194 B
YAML
language: python
|
|
|
|
install:
|
|
- curl -L https://deno.land/x/install/install.py | python - v0.2.4
|
|
- export PATH="$HOME/.deno/bin:$PATH"
|
|
|
|
script:
|
|
- deno test.ts --allow-run --allow-net --allow-write
|