1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

Update travis to use v0.2.2 explicitly

Original: 721306e726
This commit is contained in:
Ryan Dahl 2018-12-09 15:45:05 -05:00
parent 2b1733e936
commit 335343f51f

View file

@ -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: