diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-31 10:08:03 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-31 15:10:58 +0000 |
| commit | 02c3c97dddaabe9764a92c9b9baf84c631b88180 (patch) | |
| tree | 7e6ddd9a0cd4e8b8c25214ac478406e646df9cd9 | |
| parent | d8755ac287a477499b2affd6d3464cb01c4c9cd1 (diff) | |
Upgrade CI to v0.2.4
Original: https://github.com/denoland/deno_std/commit/d3193a09deabaf087f2a3f8d3b8f494d1d38e35d
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | azure-pipelines.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 44aafefd3..ba2580074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python install: -- curl -L https://deno.land/x/install/install.py | python - v0.2.3 +- curl -L https://deno.land/x/install/install.py | python - v0.2.4 - export PATH="$HOME/.deno/bin:$PATH" script: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 068f2313f..d0c063140 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: 'v0.2.3' + DENO_VERSION: 'v0.2.4' jobs: |
