9 lines
133 B
YAML
9 lines
133 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: denoland/deno:${DENO_VERSION}
|
||
|
commands:
|
||
|
- deno task test
|
||
|
|
||
|
matrix:
|
||
|
DENO_VERSION:
|
||
|
- 1.39.1
|