mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 20:55:35 -05:00
335343f51f
Original: 721306e726
8 lines
156 B
YAML
8 lines
156 B
YAML
language: python
|
|
|
|
install:
|
|
- curl -L https://deno.land/x/install/install.py | python - v0.2.2
|
|
- export PATH="$HOME/.deno/bin:$PATH"
|
|
|
|
script:
|
|
- deno test.ts
|