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:
file: .gitpod.Dockerfile
tasks:
- init: cargo build
command: cargo run
- init: cargo install --path .
command: nu
github:
prebuilds:
# enable for the master/default branch (defaults to true)