mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
parent
43e92bb5a6
commit
53abe12460
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: python
|
||||
|
||||
install:
|
||||
- curl -L https://deno.land/x/install/install.py | python - v0.2.4
|
||||
- curl -L https://deno.land/x/install/install.py | python - v0.2.5
|
||||
- export PATH="$HOME/.deno/bin:$PATH"
|
||||
|
||||
script:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
DENO_VERSION: 'v0.2.4'
|
||||
DENO_VERSION: 'v0.2.5'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue