Skip to content

Commit f5409cf

Browse files
committed
Updates travis configuration to attempt to fix build.
1 parent 954fef2 commit f5409cf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

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

3-
matrix:
4-
include:
5-
- os: linux # Ubuntu 14.04
6-
dist: trusty
7-
sudo: required
8-
dotnet: 1.0.0-preview2-003131
4+
dotnet: 1.0.0-preview2-003131
5+
mono: none
6+
env: DOTNETCORE=1
97

108
script:
119
# Build the source

0 commit comments

Comments
 (0)