1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00

ci: update deno version to v0.2.3

This commit is contained in:
zhmushan 2018-12-15 08:06:06 +08:00 committed by Ryan Dahl
parent d9ab8eb003
commit 20714fe47a

View file

@ -1,7 +1,7 @@
language: python
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"
script: