0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00

Bump CI to v0.2.5 (#63)

This commit is contained in:
Ryan Dahl 2019-01-02 13:23:46 -05:00 committed by GitHub
parent e8ec4f7f64
commit bd0f4e47de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: python
install:
- curl -L https://deno.land/x/install/install.py | python - v0.2.4
- curl -L https://deno.land/x/install/install.py | python - v0.2.5
- export PATH="$HOME/.deno/bin:$PATH"
script:

View file

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