Эх сурвалжийг харах

Merge pull request #1830 from xfxyjwf/travis

Remove linux tests from travis.
Feng Xiao 9 жил өмнө
parent
commit
0622030332
1 өөрчлөгдсөн 7 нэмэгдсэн , 14 устгасан
  1. 7 14
      .travis.yml

+ 7 - 14
.travis.yml

@@ -5,7 +5,6 @@ sudo: required
 # rvm/gemfile/jdk/etc. entries rather than manually doing the work.
 # rvm/gemfile/jdk/etc. entries rather than manually doing the work.
 language: cpp
 language: cpp
 os:
 os:
-  - linux
   - osx
   - osx
 # The Objective C build needs Xcode 7.0 or later.
 # The Objective C build needs Xcode 7.0 or later.
 osx_image: xcode7.3
 osx_image: xcode7.3
@@ -47,23 +46,17 @@ matrix:
     # which doesn't work on OS X.
     # which doesn't work on OS X.
     - os: osx
     - os: osx
       env: CONFIG=golang
       env: CONFIG=golang
-    # OS X/iOS tests of Objective C (needs Xcode, so it won't work on other
-    # platforms).
-    - os: linux
-      env: CONFIG=objectivec_ios_debug
-    - os: linux
-      env: CONFIG=objectivec_ios_release
-    - os: linux
-      env: CONFIG=objectivec_osx
-    - os: linux
-      env: CONFIG=objectivec_cocoapods_integration
-  # The dotnet environment requires Ubuntu 14.04 or 16.04. This
-  # configuration is effectively an "extra" one, outside the
-  # autogenerated matrix.
   include:
   include:
+    # The dotnet environment requires Ubuntu 14.04 or 16.04. This
+    # configuration is effectively an "extra" one, outside the
+    # autogenerated matrix.
     - os: linux
     - os: linux
       env: CONFIG=csharp
       env: CONFIG=csharp
       dist: trusty
       dist: trusty
+    # This test is kept on travis because it doesn't play nicely with other
+    # tests on jenkins running in parallel.
+    - os: linux
+      env: CONFIG=cpp_distcheck
   allow_failures:
   allow_failures:
     # These currently do not work on OS X but are being worked on by @haberman.
     # These currently do not work on OS X but are being worked on by @haberman.
     - os: osx
     - os: osx