Skip to content

Commit

Permalink
✅ test: Use [email protected] as minimum requirement due to broken timers
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 21, 2019
1 parent d9562c1 commit 826040f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ defaults: &defaults
- image: circleci/python:2-node

jobs:
deno_v0_3_5:
deno_v0_3_6:
<<: *defaults
steps:
- checkout
- run:
name: Install Deno
command: curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.3.5
command: curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.3.6
- run:
name: Add Deno To PATH
command: |
Expand Down Expand Up @@ -66,5 +66,5 @@ workflows:
version: 2
multi-build-n-test:
jobs:
- deno_v0_3_5
- deno_v0_3_6
- deno_latest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Pre-requisite

- [deno] >= 0.3.5
- [deno] >= 0.3.6
- [deno_std] >= 0.3.4

## Available modules
Expand Down

0 comments on commit 826040f

Please sign in to comment.