summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-09 15:45:05 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-12-09 15:45:19 -0500
commit335343f51fbea2303f904007a5a12b779919918b (patch)
tree21c03a70bac8ae6720d330a93cd80c5c5664fd22
parent2b1733e936b5fff34583628367bbe99244041d55 (diff)
Update travis to use v0.2.2 explicitly
Original: https://github.com/denoland/deno_std/commit/721306e7269301bde5dd192f941e0c92a4bd162e
-rw-r--r--.travis.yml2
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: