From c725d105b3dc3c5c922c1a188e2c4d7503048fbe Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Sun, 16 Jun 2019 18:51:20 +0900 Subject: [PATCH] bump: deno v0.9.0 (#14) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ff89df..b3f6268 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python install: -- curl -fsSL https://deno.land/x/install/install.sh | sh -s -- v0.7.0 +- curl -fsSL https://deno.land/x/install/install.sh | sh -s -- v0.9.0 - export PATH="$HOME/.deno/bin:$PATH" script: