Added travis build description.

This commit is contained in:
2015-10-24 01:10:04 +01:00
parent a53603ce6a
commit 19b3b0b733
3 changed files with 19 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: csharp
solution: DiscImageChef.sln
mono:
- lastest
- alpha
- beta
- weekly
- 3.10.0
- 3.8.0
- 3.2.8
- 2.10.8

View File

@@ -1,3 +1,8 @@
2015-10-24 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.csproj:
Added travis build description.
2015-10-19 Natalia Portillo <claunia@claunia.com>
* Commands/DeviceInfo.cs:

View File

@@ -137,6 +137,9 @@
<None Include="..\LICENSE">
<Link>LICENSE</Link>
</None>
<None Include="..\.travis.yml">
<Link>.travis.yml</Link>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\commandline\src\libcmdline\CommandLine35.csproj">