Skip to content

Commit 9b278b7

Browse files
committed
Merge pull request #476 from dsyme/matrix
trial a travis build matrix (Linux, OSX and Mono latest/4.0.5)
2 parents 2fd9b3d + d41ef47 commit 9b278b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
language: csharp
22

3+
os:
4+
- linux
5+
- osx
6+
7+
mono:
8+
- latest
9+
- 4.0.5
10+
311
sudo: false
412

513
install:

0 commit comments

Comments
 (0)