OSDN Git Service

ShortUrlPanelに対する設定値の設定・取得を LoadConfing/SaveConfig メソッドに移動
[opentween/open-tween.git] / .travis.yml
index 3400fcd..bc891d4 100644 (file)
@@ -5,7 +5,7 @@ cache:
     - monopkg/
 
 env:
-  - MONO_VERSION=3.2.4
+  - MONO_VERSION=3.4.0
 
 install:
   - mkdir -p monopkg
@@ -18,5 +18,4 @@ script:
   # Build
   - xbuild /verbosity:quiet
   # Run Tests
-  - if ! grep -q 'Version 11.00' OpenTween.sln; then echo 'OpenTween.sln is not compatible with Visual C# 2010 Express.'; false; fi
   - mono ./OpenTween.Tests/dlls/xunit.console.clr4.x86.exe ./OpenTween.Tests/OpenTween.Tests.xunit