1. 19 Apr, 2017 1 commit
  2. 26 Jan, 2017 1 commit
  3. 09 Dec, 2016 3 commits
  4. 10 Oct, 2016 2 commits
  5. 06 Oct, 2016 1 commit
  6. 03 Oct, 2016 2 commits
    • Bo Yang's avatar
      Add travis test on Mac for php. · 858db7a2
      Bo Yang authored
      858db7a2
    • Thomas Van Lenten's avatar
      Update the ObjC projects for Xcode 8 · 297449aa
      Thomas Van Lenten authored
      - Let Xcode 8 update settings on the projects/schemes.
      - Migrate Swift tests to Swift 3 syntax.
      - Update the build/test script:
        - Require Xcode 8 (because of the Swift 3 requirement for tests)
        - Update the devices to what Xcode 8 has (8.x simulator seem to fail even
          though they can be downloaded in Xcode 8)
      - Update the travis images to ones with Xcode 8.
      297449aa
  7. 23 Sep, 2016 1 commit
  8. 29 Jul, 2016 1 commit
    • Feng Xiao's avatar
      Run Java compatibility tests on Travis. · baa4023c
      Feng Xiao authored
      The test is testing the binary/source compatibility between 3.0.0-beta-4
      and the current version (right now it's 3.0.0).
      
      Change-Id: Ic410b535758b38cee7baa99a15a0433734df44e6
      baa4023c
  9. 22 Jul, 2016 3 commits
    • Feng Xiao's avatar
      Keep cpp_distcheck on travis for now. · 9702b9f7
      Feng Xiao authored
      When it runs in parallel with other jenkins tests, multiple tests start
      to fail probably because cpp_distcheck will update the C++ lib that
      other tests (such as python_cpp) are depending on.
      
      Change-Id: Ibca0243084bb6b81c811b62c75288e20cc2aabf5
      9702b9f7
    • Feng Xiao's avatar
      Remove linux tests from travis. · c2ced9ad
      Feng Xiao authored
      These tests are already covered by jenkins and right now jenkins can
      finish these tests much quicker then travis.
      
      Change-Id: I5799761ccc338211d750940e3cf4c8e2569c8144
      c2ced9ad
    • Feng Xiao's avatar
      Add more tests to jenkins. · 20fbb357
      Feng Xiao authored
      1. Added ruby22 and jruby tests to jenkins.
      2. Added javascript tests to jenkins.
      3. Added golang tests to jenkins.
      4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has
         ended since 2016/02/24.
         https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/
      
      Change-Id: Ie984b06772335352a4be7067ab2485f923875685
      20fbb357
  10. 21 Jul, 2016 1 commit
    • Feng Xiao's avatar
      Update travis tests for Java. · ad49ed78
      Feng Xiao authored
      1. Set JAVA_HOME so mvn can pick up the correct java version.
      2. Remove jdk6 tests. It has been broken for a while and remain undetected as
         mvn is actually using java 7 to build the code. Given that we have
         set -source and -target to 6 in the pom.xml and the built .jar
         should be usable by java 6, having a dedicated java 6 test doesn't
         seem necessary (assuming very few Java 6 users want to compile protobuf
         Java from source).
      
      Change-Id: I4f14da772632df3e47801f180198242b306c3f0f
      ad49ed78
  11. 14 Jul, 2016 2 commits
  12. 14 Jun, 2016 1 commit
  13. 24 May, 2016 1 commit
    • Thomas Van Lenten's avatar
      Automated testing tweaks for ObjC · 368a2f4c
      Thomas Van Lenten authored
      - Move the ObjC tests into the list and exclude them on linux, this will change
        where in the order they start, since they are longer, it will have other
        things run in parallel instead of them ending up last and taking the longest.
      - Switch to the Xcode 7.3 image.
      - Drop the use of xctool and stream line things through the full_mac_build.sh
        script. This means we end up with only one build script instead of two.
      - Tweaks to the mac build script:
        - Make iOS Xcode version support explicit
        - Support Debug/Release only building
        - Change the OS X min parallel count to 2 to better deal with VMs.
      - Split the travis ios tests into the two Xcode Configurations as the logs are
        choking travis.
      368a2f4c
  14. 29 Mar, 2016 1 commit
  15. 04 Mar, 2016 1 commit
  16. 02 Mar, 2016 2 commits
  17. 18 Feb, 2016 2 commits
  18. 16 Feb, 2016 1 commit
  19. 21 Dec, 2015 1 commit
  20. 10 Dec, 2015 1 commit
    • Thomas Van Lenten's avatar
      Update the min toolchain for iOS/OS X to be Xcode 7 · 938ba410
      Thomas Van Lenten authored
      - Let Xcode update the projects, schemes, and info.plists.
      - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct).
      - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results.
      - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
      938ba410
  21. 25 Nov, 2015 1 commit
    • Tim Swast's avatar
      Add a Go language example. · 7e31c4d9
      Tim Swast authored
      This follows the other examples so that it can be used as a tutorial,
      such as the ones at:
        https://developers.google.com/protocol-buffers/docs/tutorials
      
      Even though Go generally does not use Makefiles, I added targets for the
      Go examples to be consistent with the other languages.
      
      Edit:
      
      Fix Travis run. Change to use $HOME instead of ~. Add protoc to path.
      GOPATH entry cannot start with shell metacharacter '~': "~/gocode"
      
      Edit(2):
      
      Fix Go code style to address comments.
      7e31c4d9
  22. 09 Nov, 2015 1 commit
  23. 10 Jun, 2015 1 commit
  24. 08 Jun, 2015 1 commit
  25. 19 May, 2015 1 commit
  26. 14 May, 2015 1 commit
  27. 13 May, 2015 1 commit
    • Chris Fallin's avatar
      Added Ruby to Travis testing. · eb37551a
      Chris Fallin authored
      - Added RVM-based Ruby test driver that tests MRI and JRuby.
      - Fixed JRuby compilation (at least in my current setup): force source
        version to 1.6 (Java 6) to allow generics and annotations.
      - Modify the skipped JRuby JSON tests so that the exit code is 0 (skip()
        results in a failing exit code from `rake test`). An upcoming PR
        should fix JSON under JRuby in general soon.
      eb37551a
  28. 07 May, 2015 1 commit
  29. 10 Apr, 2015 3 commits