diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7da118d4d..b3b2391af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python install: -- curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python +- curl -L https://deno.land/x/install/install.py | python - v0.2.2 - export PATH="$HOME/.deno/bin:$PATH" script: |
