Skip to content

Commit

Permalink
[cb-#99] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 21, 2019
1 parent 135d756 commit bdcef29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ python:
- "3.6"

env:
- VER_DENO_LATEST="0.24.0"
VER_DENO_STD_LATEST="0.24.0"
VER_DRASH_LATEST="0.24.0"
- VER_DENO_LATEST="0.25.0"
VER_DENO_STD_LATEST="0.25.0"
VER_DRASH_LATEST="0.25.0"

install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v$VER_DENO_LATEST
Expand Down

0 comments on commit bdcef29

Please sign in to comment.