Opentk/.travis.yml
Fraser Waters bfba2ba156 [travis] Remove mono 3.2.8 and 2.10.8 builds
Old versions of mono on travis didn't have nuget support that we now use to
fetch Mono.Cecil.
2015-10-18 13:32:35 +01:00

10 lines
No EOL
129 B
YAML

language: csharp
solution: OpenTK.sln
mono:
- latest
- 3.10.0
- 3.8.0
script:
- xbuild /p:Configuration=Release OpenTK.sln