diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-09 15:45:05 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-09 15:45:19 -0500 |
| commit | 335343f51fbea2303f904007a5a12b779919918b (patch) | |
| tree | 21c03a70bac8ae6720d330a93cd80c5c5664fd22 | |
| parent | 2b1733e936b5fff34583628367bbe99244041d55 (diff) | |
Update travis to use v0.2.2 explicitly
Original: https://github.com/denoland/deno_std/commit/721306e7269301bde5dd192f941e0c92a4bd162e
| -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: |
