Skip to content

Commit

Permalink
Update travis to use v0.2.2 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 9, 2018
1 parent c8e5d98 commit 721306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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:
Expand Down

0 comments on commit 721306e

Please sign in to comment.