Browse Source

CI test with mono version 2.6.x

Xanathar 10 years ago
parent
commit
1b855d1663
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -2,6 +2,9 @@ language: csharp
 solution: src/moonsharp.sln
 sudo: required
 
+mono: 
+  - 2.10.8
+
 script:
   - xbuild /p:TargetFrameworkProfile='' /p:Configuration=Release src/moonsharp_ci_net35.sln
   - cd src/TestRunners/ConsoleTestRunner/bin/Release