diff options
| author | zhmushan <zhmushan@qq.com> | 2018-12-15 08:06:06 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-14 19:11:31 -0500 |
| commit | 579b92de599b056c308a3b2d26f0b09188c4441b (patch) | |
| tree | 63b1a8934489661d7756a7bba04440a0554ec8ea | |
| parent | 10daa2982afc556df3f7ad78f9965b035c3126e1 (diff) | |
ci: update deno version to v0.2.3
Original: https://github.com/denoland/deno_std/commit/20714fe47a3a2b2bbb8a3b8553d0e6f4ad1cb76f
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8c4abc16f..44aafefd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |
