Skip to content

Commit 06e620e

Browse files
author
Eirik Tsarpalis
committed
attempt to fix breaking build in travis
1 parent 55ca097 commit 06e620e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
language: csharp
22

3+
addons:
4+
apt:
5+
packages:
6+
- msbuild
7+
38
matrix:
49
include:
510
- os: linux # Ubuntu 14.04
611
dist: trusty
7-
sudo: required
12+
sudo: false
13+
mono: latest
814
dotnet: 2.0.0
915
- os: osx # OSX 10.12
1016
osx_image: xcode9.1
1117
dotnet: 2.0.0
1218
dist: trusty
13-
sudo: required
19+
mono: latest
20+
sudo: false
1421

1522
script:
23+
- dotnet --info
1624
- ./build.sh All
1725

1826
branches:

FSharp.Control.AsyncSeq.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ EndProject
1111
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1212
ProjectSection(SolutionItems) = preProject
1313
.gitignore = .gitignore
14+
.travis.yml = .travis.yml
15+
appveyor.yml = appveyor.yml
1416
build.cmd = build.cmd
1517
build.fsx = build.fsx
1618
build.sh = build.sh

0 commit comments

Comments
 (0)