Skip to content

Commit b694d52

Browse files
committed
2 parents 9de48c6 + b109844 commit b694d52

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: csharp
2+
3+
matrix:
4+
include:
5+
- os: linux # Ubuntu 14.04
6+
dist: trusty
7+
sudo: required
8+
dotnet: 1.0.0-preview2-003121
9+
10+
script:
11+
# Build the soruce
12+
- cd src/Whathecode.System
13+
- dotnet restore
14+
- dotnet build
15+
16+
# Back to main
17+
- cd ../../
18+
19+
# Run tests
20+
- cd test/Whathecode.System.Tests
21+
- dotnet restore
22+
- dotnet test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .NET-Standard-Library-Extension [![Build Status](https://travis-ci.org/Whathecode/NET-Standard-Library-Extension.svg?branch=master)](https://travis-ci.org/Whathecode/NET-Standard-Library-Extension)
2+
Highly reuseable classes I find to be missing in the .NET Standard Library.

0 commit comments

Comments
 (0)