From 335343f51fbea2303f904007a5a12b779919918b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 9 Dec 2018 15:45:05 -0500 Subject: [PATCH] Update travis to use v0.2.2 explicitly Original: https://github.com/denoland/deno_std/commit/721306e7269301bde5dd192f941e0c92a4bd162e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7da118d4df..b3b2391af9 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: