Skip to content

Commit

Permalink
updated travis config file to install deno version 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
patlehmann1 authored and patlehmann1 committed May 9, 2020
1 parent 3c937c0 commit 67ed3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python

install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.41.0
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.42.0
- export PATH="$HOME/.deno/bin:$PATH"

script:
Expand Down

0 comments on commit 67ed3e0

Please sign in to comment.