Skip to content

Commit

Permalink
Add .travis.yml, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdillingham committed Jul 1, 2017
1 parent d54e033 commit 581ac90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
os:
- linux
language: csharp
solution: FileHistorian.sln
install:
- nuget restore FileHistorian.sln
script:
- xbuild /p:Configuration=Release FileHistorian.sln
1 change: 1 addition & 0 deletions FileHistorian.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHistorian", "FileHistor
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A16ED18A-0149-4FE5-AED5-8D37F79B4699}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FileHistorian

[![Build status](https://ci.appveyor.com/api/projects/status/ywkq1g7ra43p76p9?svg=true)](https://ci.appveyor.com/project/jpdillingham/filehistorian)
[![Build Status](https://travis-ci.org/jpdillingham/FileHistorian.svg?branch=master)](https://travis-ci.org/jpdillingham/FileHistorian)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/jpdillingham/filehistorian/blob/master/LICENSE)

A C# .NET application to keep track of changes to a filesystem.
Expand Down

0 comments on commit 581ac90

Please sign in to comment.