Skip to content

Commit

Permalink
Restore testing against the released v1 version of deno.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Jun 20, 2020
1 parent d33711e commit 3c46514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -103,9 +103,9 @@ test-plugins: ${TARGETS}
.PHONY: test-deno
test-deno: ${TARGETS} build/tests.esm.js
if [ ! -f ~/.deno/bin/deno ]; then \
curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.36.0; \
curl -fsSL https://deno.land/x/install/install.sh | sh; \
fi;
~/.deno/bin/deno test-deno/deno-test.js
~/.deno/bin/deno run test-deno/deno-test.js

.PHONY: travis-coverage
travis-coverage: clean coverage
Expand Down

0 comments on commit 3c46514

Please sign in to comment.