Skip to content

Commit 26b0517

Browse files
committed
Updates travis configuration to attempt to fix build. (2)
1 parent f5409cf commit 26b0517

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: csharp
2-
solution: NET-Standard-Library-Extension.sln
32

3+
os: linux
4+
sudo: required
5+
dist: trusty
46
dotnet: 1.0.0-preview2-003131
5-
mono: none
67
env: DOTNETCORE=1
8+
mono: none
79

810
script:
911
# Build the source

0 commit comments

Comments
 (0)