mirror of
https://github.com/denoland/deno.git
synced 2025-02-13 01:06:00 -05:00
parent
d8755ac287
commit
02c3c97ddd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -L https://deno.land/x/install/install.py | python - v0.2.3
|
- curl -L https://deno.land/x/install/install.py | python - v0.2.4
|
||||||
- export PATH="$HOME/.deno/bin:$PATH"
|
- export PATH="$HOME/.deno/bin:$PATH"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
DENO_VERSION: 'v0.2.3'
|
DENO_VERSION: 'v0.2.4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue