diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-11 17:22:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-11 17:22:11 -0400 |
| commit | 829a114ff37004c65f1b49b90a5fc8ffe492be97 (patch) | |
| tree | bdc96a6f5cc52da6884379ccdddfb89ce4ec62c1 | |
| parent | e56c207f2c27ef5f919de37e6fb269dfbb12f38e (diff) | |
Fix mac CI (denoland/deno_std#390)
Original: https://github.com/denoland/deno_std/commit/4e143b135a8d8119b4f7a9801e3d28fb3ae14238
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15a7ac872..da27f5d11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,8 @@ jobs: pool: vmImage: "macOS-10.13" steps: - - script: npm -g install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier + - script: npm install -g functional-red-black-tree + - script: npm install -g eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier - script: curl -L https://deno.land/x/install/install.sh | sh -s $(DENO_VERSION) - script: echo '##vso[task.prependpath]$(HOME)/.deno/bin/' - script: eslint **/*.ts --max-warnings=0 |
