Browse Source

Exclude 3 failing tests on osx from travis.

Feng Xiao 10 years ago
parent
commit
9cbdaedb86
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -22,5 +22,13 @@ env:
   - CONFIG=ruby21
   - CONFIG=ruby22
   - CONFIG=jruby
+matrix:
+  allow_failures:
+    - os: osx
+      env: CONFIG=csharp
+    - os: osx
+      env: CONFIG=ruby22
+    - os: osx
+      env: CONFIG=jruby
 notifications:
   email: false