Skip to content

Commit a74b109

Browse files
Travis CI changes.
1 parent 87878b2 commit a74b109

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: csharp
2+
solution: AspNetCore.Security.Jwt.sln
3+
mono: none
4+
dist: xenial
5+
dotnet: 2.0
6+
script:
7+
- dotnet restore AspNetCore.Security.Jwt/AspNetCore.Security.Jwt.csproj
8+
- dotnet test AspNetCore.Security.Jwt.UnitTests

AspNetCore.Security.Jwt.sln

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D7818F5-E6B6-4B67-9E68-B2A85581381C}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11+
.travis.yml = .travis.yml
1112
LICENSE = LICENSE
1213
README.md = README.md
1314
READMEAzureAD.md = READMEAzureAD.md

0 commit comments

Comments
 (0)