1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-14 10:01:51 -05:00

Bump CI to v0.3.1 (#220)

This commit is contained in:
Ryan Dahl 2019-03-01 02:54:21 -05:00 committed by GitHub
parent 6063378a92
commit 93e5e0cd14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
variables:
DENO_VERSION: 'v0.3.0'
DENO_VERSION: 'v0.3.1'
jobs:

View file

@ -293,7 +293,7 @@ export async function runTests() {
}
export async function runIfMain(meta: ImportMeta) {
if (window.location.toString() === meta.url) {
if (meta.main) {
runTests();
}
}