Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit be2b47d

Browse files
add badge and specify dotnet sdk (#5)
1 parent a7c64fe commit be2b47d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
language: generic
1+
language: csharp
22

33
matrix:
44
include:
55
- os: osx
6+
dotnet: 2.1.4
7+
mono: none
68
osx_image: xcode9.1
79
before_install:
810
- brew update
911
- brew tap caskroom/cask
1012
- brew cask install powershell
1113
- os: linux
14+
dotnet: 2.1.4
15+
mono: none
1216
dist: trusty
1317
sudo: required
1418
addons:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PowerShell-IoT
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/ipvxu77rxb5ou8gb?svg=true)](https://ci.appveyor.com/project/PowerShell/powershell-iot)
4+
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?logo=travis)](https://travis-ci.com/PowerShell/PowerShell-IoT)
45

56
Docs will change...
67

0 commit comments

Comments
 (0)