Skip to content

Commit b44d990

Browse files
authored
chore: bump to Deno v0.15.0 (#64)
* bump to Deno v0.15.0
1 parent 752a26d commit b44d990

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22

33
install:
4-
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.11.0
4+
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.15.0
55
- export PATH="$HOME/.deno/bin:$PATH"
66

77
services:

deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
export {
22
BufReader,
33
BufWriter
4-
} from "https://deno.land/std@v0.11.0/io/bufio.ts";
4+
} from "https://deno.land/std@v0.15.0/io/bufio.ts";
55

6-
export { copyBytes } from "https://deno.land/std@v0.11.0/io/util.ts";
6+
export { copyBytes } from "https://deno.land/std@v0.15.0/io/util.ts";
77

88
export {
99
assert,
1010
assertEquals,
1111
assertStrContains,
1212
assertThrowsAsync
13-
} from "https://deno.land/std@v0.11.0/testing/asserts.ts";
13+
} from "https://deno.land/std@v0.15.0/testing/asserts.ts";
1414

1515
export {
1616
runTests,
1717
test,
1818
TestFunction
19-
} from "https://deno.land/std@v0.11.0/testing/mod.ts";
19+
} from "https://deno.land/std@v0.15.0/testing/mod.ts";
2020

2121
export { Hash } from "https://deno.land/x/[email protected]/mod.ts";

0 commit comments

Comments
 (0)