aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-09-20Travis: Temporarily disable JDK 9 build. (#1461)Yang Song
2018-07-17Revert "Temporarily disable example-bazel build for Travis CI. (#1229)"Kristen Kozak
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-06-01Temporarily disable example-bazel build for Travis CI. (#1229)Yang Song
2018-03-21Move the examples/ formatting check out of allow_failures.Kristen Kozak
2018-03-20Move the examples/ format check from the build file to the Travis script.Kristen Kozak
2018-03-20Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak
2018-03-15Move Travis jobs for example projects to the end of the build matrix.Kristen Kozak
2018-02-21Test with oraclejdk9 on Travis.Kristen Kozak
2018-02-05Remove Coveralls code coverage (closes #791).Kristen Kozak
2017-12-19Run Checker Framework null analysis with Travis (fixes #359).Kristen Kozak
2017-12-12Add bazel build support for `examples`. (#893)Hailong Wen
2017-12-11Add maven build support for `examples`. (#891)Hailong Wen
2017-10-31Move the Travis "script" from .travis.yml to a separate file. (#747)Stefan Schmidt
2017-10-02Add a separate case for OS X to .travis.yml (fixes #691).Kristen Kozak
2017-09-24Run integration tests of contrib/agent on Java 9, too. (#666)Stefan Schmidt
2017-09-22Run the integration tests using different Java versions. (#638)Stefan Schmidt
2017-09-21Use $(command) instead of backticks. (#651)Stefan Schmidt
2017-09-15Upgrade to Ubuntu Trusty for Java 7 build by using openjdk7 (fixes #475).Kristen Kozak
2017-09-01Update all project to calculate coverage for all projects and generate javado...Bogdan Drutu
2017-08-25Specify Ubuntu Precise only for Java 7 Travis build job.Kristen Kozak
2017-08-24Make osx build not required and enable fast_finish. (#552)Bogdan Drutu
2017-07-26Work around Java 7 Travis build failure by specifying "dist: precise".Kristen Kozak
2017-06-30Get the Java 8 home from jdk_switcher instead of hardcoding the path.Stefan Schmidt
2017-05-12Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu
2017-04-24Update travis to build on osx as well. (#245)Bogdan Drutu
2017-04-24Merge pull request #239 from sebright/enforce-git-history-checksebright
2017-04-20Move git history check out of "allow_failures" in .travis.yml. Fixes #225.Kristen Kozak
2017-04-17Run "git log" in .travis.yml.Kristen Kozak
2017-04-14Enable Error Prone experimental suggestions.Kristen Kozak
2017-04-14Skip Travis' default Gradle install step.Kristen Kozak
2017-04-14Move Gradle build from "install" to "script" section of .travis.yml.Kristen Kozak
2017-03-24Add 'env: TASK=CHECK_GIT_HISTORY' to Travis allowed failures, for now.Kristen Kozak
2017-03-24Checks git history in a separate Travis job.Kristen Kozak
2017-03-24Checks the commit history of pull requests in CI.Kristen Kozak
2017-03-24Remove bazel support for instrumentation-java. (#170)Bogdan Drutu
2017-03-24Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu
2017-03-23Enable all warnings including experimental for errorprone. (#167)Bogdan Drutu
2017-03-22Remove maven support for instrumentation-java. (#166)Bogdan Drutu
2017-03-22Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu
2017-03-21Add support for gradle to build the instrumentation-java. (#158)Bogdan Drutu
2017-03-17Update bazel to 0.4.5 and protobuf to 3.2.0 (same as gRPC). (#144)Bogdan Drutu
2017-03-14Handles "oraclejdk7" case separately in .travis.yml.Kristen Kozak
2017-03-13Skips building tests with Java 6 in CI, because they use try-with-resources.Kristen Kozak
2017-03-13Update travis to run guava 21 only for java8 (https://github.com/google/guava...Bogdan Drutu
2017-03-11Update maven checkstyle plugin to use version 2.7. (#129)Bogdan Drutu
2017-03-07Enable all Error Prone experimental bug patterns in Travis Bazel build.Kristen Kozak
2017-03-03Put .travis.yml command on one line to fix build.Kristen Kozak
2017-03-03Enable all Error Prone warnings in Travis Bazel build.Kristen Kozak
2017-02-23Release the instrumentation trace API.Bogdan Drutu