From fa3f8cf67b2e97087f044c2ee430a0b32e338d0b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 9 Feb 2019 15:41:05 -0500 Subject: Bump CI to v0.2.11 (denoland/deno_std#183) Original: https://github.com/denoland/deno_std/commit/1abdc2efc0fbe7a7b0978fed0c37acede58a9700 --- test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.ts') diff --git a/test.ts b/test.ts index e4cf14be8..a0f5d67e9 100755 --- a/test.ts +++ b/test.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env deno --allow-run --allow-net --allow-write +#!/usr/bin/env deno -A // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import "colors/test.ts"; import "datetime/test.ts"; -- cgit v1.2.3