1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00

Upgrade CI to v0.2.4

This commit is contained in:
Ryan Dahl 2018-12-31 10:08:03 -05:00
parent c9d6028be8
commit d3193a09de
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: python language: python
install: 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" - export PATH="$HOME/.deno/bin:$PATH"
script: script:

View file

@ -1,5 +1,5 @@
variables: variables:
DENO_VERSION: 'v0.2.3' DENO_VERSION: 'v0.2.4'
jobs: jobs: