mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
ci: update deno version to v0.2.3
This commit is contained in:
parent
d9ab8eb003
commit
20714fe47a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -L https://deno.land/x/install/install.py | python - v0.2.2
|
- curl -L https://deno.land/x/install/install.py | python - v0.2.3
|
||||||
- export PATH="$HOME/.deno/bin:$PATH"
|
- export PATH="$HOME/.deno/bin:$PATH"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue