aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Test with oraclejdk9 on Travis.Kristen Kozak2018-02-211-0/+4
* Remove Coveralls code coverage (closes #791).Kristen Kozak2018-02-051-1/+0
* Run Checker Framework null analysis with Travis (fixes #359).Kristen Kozak2017-12-191-0/+4
* Add bazel build support for `examples`. (#893)Hailong Wen2017-12-121-0/+10
* Add maven build support for `examples`. (#891)Hailong Wen2017-12-111-0/+8
* Move the Travis "script" from .travis.yml to a separate file. (#747)Stefan Schmidt2017-10-311-39/+1
* Add a separate case for OS X to .travis.yml (fixes #691).Kristen Kozak2017-10-021-10/+25
* Run integration tests of contrib/agent on Java 9, too. (#666)Stefan Schmidt2017-09-241-1/+1
* Run the integration tests using different Java versions. (#638)Stefan Schmidt2017-09-221-0/+7
* Use $(command) instead of backticks. (#651)Stefan Schmidt2017-09-211-1/+1
* Upgrade to Ubuntu Trusty for Java 7 build by using openjdk7 (fixes #475).Kristen Kozak2017-09-151-4/+10
* Update all project to calculate coverage for all projects and generate javado...Bogdan Drutu2017-09-011-2/+2
* Specify Ubuntu Precise only for Java 7 Travis build job.Kristen Kozak2017-08-251-1/+1
* Make osx build not required and enable fast_finish. (#552)Bogdan Drutu2017-08-241-2/+8
* Work around Java 7 Travis build failure by specifying "dist: precise".Kristen Kozak2017-07-261-0/+1
* Get the Java 8 home from jdk_switcher instead of hardcoding the path.Stefan Schmidt2017-06-301-0/+1
* Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu2017-05-121-2/+2
* Update travis to build on osx as well. (#245)Bogdan Drutu2017-04-241-3/+10
* Merge pull request #239 from sebright/enforce-git-history-checksebright2017-04-241-3/+0
|\
| * Move git history check out of "allow_failures" in .travis.yml. Fixes #225.Kristen Kozak2017-04-201-3/+0
* | Run "git log" in .travis.yml.Kristen Kozak2017-04-171-0/+1
|/
* Enable Error Prone experimental suggestions.Kristen Kozak2017-04-141-0/+1
* Skip Travis' default Gradle install step.Kristen Kozak2017-04-141-0/+3
* Move Gradle build from "install" to "script" section of .travis.yml.Kristen Kozak2017-04-141-5/+1
* Add 'env: TASK=CHECK_GIT_HISTORY' to Travis allowed failures, for now.Kristen Kozak2017-03-241-0/+3
* Checks git history in a separate Travis job.Kristen Kozak2017-03-241-1/+4
* Checks the commit history of pull requests in CI.Kristen Kozak2017-03-241-0/+1
* Remove bazel support for instrumentation-java. (#170)Bogdan Drutu2017-03-241-47/+20
* Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu2017-03-241-2/+2
* Enable all warnings including experimental for errorprone. (#167)Bogdan Drutu2017-03-231-3/+6
* Remove maven support for instrumentation-java. (#166)Bogdan Drutu2017-03-221-36/+8
* Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-221-3/+1
* Add support for gradle to build the instrumentation-java. (#158)Bogdan Drutu2017-03-211-0/+28
* Update bazel to 0.4.5 and protobuf to 3.2.0 (same as gRPC). (#144)Bogdan Drutu2017-03-171-1/+4
* Handles "oraclejdk7" case separately in .travis.yml.Kristen Kozak2017-03-141-1/+4
* Skips building tests with Java 6 in CI, because they use try-with-resources.Kristen Kozak2017-03-131-0/+4
* Update travis to run guava 21 only for java8 (https://github.com/google/guava...Bogdan Drutu2017-03-131-1/+4
* Update maven checkstyle plugin to use version 2.7. (#129)Bogdan Drutu2017-03-111-7/+7
* Enable all Error Prone experimental bug patterns in Travis Bazel build.Kristen Kozak2017-03-071-1/+1
* Put .travis.yml command on one line to fix build.Kristen Kozak2017-03-031-3/+1
* Enable all Error Prone warnings in Travis Bazel build.Kristen Kozak2017-03-031-1/+3
* Release the instrumentation trace API.Bogdan Drutu2017-02-231-1/+4
* Tests with guava 19.0, 20.0, and 21.0 in CI.Kristen Kozak2017-02-171-6/+9
* Downgrades default guava version to 19.0.Kristen Kozak2017-02-171-1/+4
* Merge pull request #90 from sebright/upgrade-depssebright2017-02-061-4/+1
|\
| * com.google.truth:truth: 0.30 -> 0.31.Kristen Kozak2017-02-021-4/+1
* | Merge pull request #80 from sebright/print-bazel-versionsebright2017-02-061-1/+2
|\ \ | |/ |/|
| * Prints Bazel version in CI.Kristen Kozak2017-01-191-1/+2
* | Ignores redundant cast warning from Protocol Buffer generated code.Kristen Kozak2017-02-021-1/+3
* | Updates .travis.yml for bazel-0.4.4.Kristen Kozak2017-02-021-1/+1
|/