Merge pull request #919 from JesterOrNot/master

Update .gitpod.yml to install nu rather than just build!
This commit is contained in:
Jonathan Turner 2019-11-05 07:24:20 +13:00 committed by GitHub
commit 15c6d24178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
image: image:
file: .gitpod.Dockerfile file: .gitpod.Dockerfile
tasks: tasks:
- init: cargo build - init: cargo install --path .
command: cargo run command: nu
github: github:
prebuilds: prebuilds:
# enable for the master/default branch (defaults to true) # enable for the master/default branch (defaults to true)