1. 6754d42 Travis: Temporarily disable JDK 9 build. (#1461) by Yang Song · 6 years ago
  2. 5a4b7dd Revert "Temporarily disable example-bazel build for Travis CI. (#1229)" by Kristen Kozak · 6 years ago
  3. 372aa6d Error Prone: 2.2.0 -> 2.3.1 by Kristen Kozak · 6 years ago
  4. 8ab1628 Temporarily disable example-bazel build for Travis CI. (#1229) by Yang Song · 6 years ago
  5. eb0c543 Move the examples/ formatting check out of allow_failures. by Kristen Kozak · 6 years ago
  6. e6003ff Move the examples/ format check from the build file to the Travis script. by Kristen Kozak · 6 years ago
  7. cd13156 Move the examples/ checkstyle check from the build file to the Travis script. by Kristen Kozak · 6 years ago
  8. fe20a9f Move Travis jobs for example projects to the end of the build matrix. by Kristen Kozak · 6 years ago
  9. 21a3dac Test with oraclejdk9 on Travis. by Kristen Kozak · 7 years ago
  10. 82fc5c1 Remove Coveralls code coverage (closes #791). by Kristen Kozak · 6 years ago
  11. d579d8f Run Checker Framework null analysis with Travis (fixes #359). by Kristen Kozak · 6 years ago
  12. 3ba71b6 Add bazel build support for `examples`. (#893) by Hailong Wen · 6 years ago
  13. 140e7d5 Add maven build support for `examples`. (#891) by Hailong Wen · 6 years ago
  14. 4a03931 Move the Travis "script" from .travis.yml to a separate file. (#747) by Stefan Schmidt · 7 years ago
  15. d94d186 Add a separate case for OS X to .travis.yml (fixes #691). by Kristen Kozak · 7 years ago
  16. 34d4c9b Run integration tests of contrib/agent on Java 9, too. (#666) by Stefan Schmidt · 7 years ago
  17. de9f67c Run the integration tests using different Java versions. (#638) by Stefan Schmidt · 7 years ago
  18. d9d8077 Use $(command) instead of backticks. (#651) by Stefan Schmidt · 7 years ago
  19. 8a25821 Upgrade to Ubuntu Trusty for Java 7 build by using openjdk7 (fixes #475). by Kristen Kozak · 7 years ago
  20. 8af5347 Update all project to calculate coverage for all projects and generate javadocs only for public APIs. (#578) by Bogdan Drutu · 7 years ago
  21. 3d1cf7d Specify Ubuntu Precise only for Java 7 Travis build job. by Kristen Kozak · 7 years ago
  22. ad6c7f4 Make osx build not required and enable fast_finish. (#552) by Bogdan Drutu · 7 years ago
  23. 93ca8e0 Work around Java 7 Travis build failure by specifying "dist: precise". by Kristen Kozak · 7 years ago
  24. 459aaa7 Get the Java 8 home from jdk_switcher instead of hardcoding the path. by Stefan Schmidt · 7 years ago
  25. 5a6e345 Rename gradle subprojects name to match the directories name. (#298) by Bogdan Drutu · 7 years ago
  26. d3df5df Update travis to build on osx as well. (#245) by Bogdan Drutu · 7 years ago
  27. 18b12d9 Merge pull request #239 from sebright/enforce-git-history-check by sebright · 7 years ago
  28. e6fe9cb Move git history check out of "allow_failures" in .travis.yml. Fixes #225. by Kristen Kozak · 7 years ago
  29. 3ee7861 Run "git log" in .travis.yml. by Kristen Kozak · 7 years ago
  30. 46b89e9 Enable Error Prone experimental suggestions. by Kristen Kozak · 7 years ago
  31. 3d46009 Skip Travis' default Gradle install step. by Kristen Kozak · 7 years ago
  32. 267c958 Move Gradle build from "install" to "script" section of .travis.yml. by Kristen Kozak · 7 years ago
  33. ed5e46b Add 'env: TASK=CHECK_GIT_HISTORY' to Travis allowed failures, for now. by Kristen Kozak · 7 years ago
  34. 2d22763 Checks git history in a separate Travis job. by Kristen Kozak · 7 years ago
  35. c39e069 Checks the commit history of pull requests in CI. by Kristen Kozak · 7 years ago
  36. df6294e Remove bazel support for instrumentation-java. (#170) by Bogdan Drutu · 7 years ago
  37. 9118e1e Change project name to be instrumentation-java. Helps IDEs to have the same name as the main directory. (#169) by Bogdan Drutu · 7 years ago
  38. 14920b4 Enable all warnings including experimental for errorprone. (#167) by Bogdan Drutu · 7 years ago
  39. b0e6050 Remove maven support for instrumentation-java. (#166) by Bogdan Drutu · 7 years ago
  40. 07f0dd2 Add gradle build support for benchmarks and examples. (#163) by Bogdan Drutu · 7 years ago
  41. 00202c0 Add support for gradle to build the instrumentation-java. (#158) by Bogdan Drutu · 7 years ago
  42. 1435c7f Update bazel to 0.4.5 and protobuf to 3.2.0 (same as gRPC). (#144) by Bogdan Drutu · 7 years ago
  43. 27360e1 Handles "oraclejdk7" case separately in .travis.yml. by Kristen Kozak · 7 years ago
  44. 1a21acf Skips building tests with Java 6 in CI, because they use try-with-resources. by Kristen Kozak · 7 years ago
  45. d46382b Update travis to run guava 21 only for java8 (https://github.com/google/guava/wiki/Release21). (#136) by Bogdan Drutu · 7 years ago
  46. cf0cee8 Update maven checkstyle plugin to use version 2.7. (#129) by Bogdan Drutu · 7 years ago
  47. 205fef5 Enable all Error Prone experimental bug patterns in Travis Bazel build. by Kristen Kozak · 7 years ago
  48. 1c61125 Put .travis.yml command on one line to fix build. by Kristen Kozak · 7 years ago
  49. 28d59d5 Enable all Error Prone warnings in Travis Bazel build. by Kristen Kozak · 7 years ago
  50. a1517a5 Release the instrumentation trace API. by Bogdan Drutu · 7 years ago
  51. f7917ab Tests with guava 19.0, 20.0, and 21.0 in CI. by Kristen Kozak · 7 years ago
  52. 1ec10a7 Downgrades default guava version to 19.0. by Kristen Kozak · 7 years ago
  53. 7f0ce69 Merge pull request #90 from sebright/upgrade-deps by sebright · 7 years ago
  54. d927016 Merge pull request #80 from sebright/print-bazel-version by sebright · 7 years ago
  55. acc51b6 com.google.truth:truth: 0.30 -> 0.31. by Kristen Kozak · 7 years ago
  56. bbb2092 Ignores redundant cast warning from Protocol Buffer generated code. by Kristen Kozak · 7 years ago
  57. 7e33ae1 Updates .travis.yml for bazel-0.4.4. by Kristen Kozak · 7 years ago
  58. 0f82e1f Prints Bazel version in CI. by Kristen Kozak · 7 years ago
  59. eb9b10d Checks for unused imports with Checkstyle. by Kristen Kozak · 7 years ago
  60. e971400 Checks for Java warnings on Travis. by Kristen Kozak · 7 years ago
  61. e4d26d7 Creates a separate Maven build profile for Java 6. by Kristen Kozak · 8 years ago
  62. 4a0165d Runs Maven FindBugs plugin. by Kristen Kozak · 8 years ago
  63. 048858c Tests with Maven and Java 8. by Kristen Kozak · 8 years ago
  64. ff4c066 Builds Protocol Buffers with Maven. by Kristen Kozak · 8 years ago
  65. 5bf67f1 Adds Java 6 and 7 to Travis build matrix. by Kristen Kozak · 8 years ago
  66. 7f94a2d Adds .travis.yml. by Kristen Kozak · 8 years ago