mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
a628a499fa
Original: 22151e4f7b
8 lines
184 B
YAML
8 lines
184 B
YAML
language: python
|
|
|
|
install:
|
|
- curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
|
|
- export PATH="$HOME/.deno/bin:$PATH"
|
|
|
|
script:
|
|
- deno test.ts
|