Skip to content

Commit f8c8cd6

Browse files
author
Denis Ivanov
committed
Changed script for Travis CI
1 parent 4c6bc3c commit f8c8cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: csharp
22
solution: src/AngleSharp.XPath.sln
33
dotnet : 2.0.3
44
script :
5-
- dotnet restore
6-
- dotnet build
5+
- dotnet restore src/AngleSharp.XPath.sln
6+
- dotnet build src/AngleSharp.XPath.sln
77
- dotnet test ./**/*Tests/

0 commit comments

Comments
 (0)