Skip to content

Commit e1c5a4b

Browse files
author
Jacques Kang
committed
second try to build with travis
1 parent 11aeead commit e1c5a4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: csharp
22
mono: none
3+
solution: IpcServiceFramework.sln
34
dotnet: 2.1.3
4-
solution: ./src/IpcServiceFramework.sln
5+
dist: trusty
6+
sudo: required
57
script:
6-
- dotnet restore
8+
- cd ./src
9+
- dotnet restore
10+
- dotnet build

0 commit comments

Comments
 (0)