add automated setup badge and add .gitpod.yml patch (#1246)

* add automated setup badge and add .gitpod.yml patch

* Update .gitpod.yml
This commit is contained in:
Sean Hellum 2020-01-19 19:40:04 -06:00 committed by Jonathan Turner
parent e059c74a06
commit fb977ab941
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: cargo install nu --features=stable
- init: cargo install --path . --force --features=stable
command: nu
github:
prebuilds:

View file

@ -1,3 +1,4 @@
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nushell/nushell)
[![Crates.io](https://img.shields.io/crates/v/nu.svg)](https://crates.io/crates/nu)
[![Build Status](https://dev.azure.com/nushell/nushell/_apis/build/status/nushell.nushell?branchName=master)](https://dev.azure.com/nushell/nushell/_build/latest?definitionId=2&branchName=master)
[![Discord](https://img.shields.io/discord/601130461678272522.svg?logo=discord)](https://discord.gg/NtAbbGn)