mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
16 lines
225 B
YAML
16 lines
225 B
YAML
|
language: python
|
||
|
|
||
|
os:
|
||
|
- linux
|
||
|
|
||
|
python:
|
||
|
- "2.7"
|
||
|
|
||
|
install:
|
||
|
- |-
|
||
|
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
|
||
|
export PATH="$HOME/.deno/bin:$PATH"
|
||
|
|
||
|
script:
|
||
|
- deno test.ts
|