This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch travis in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git
commit 85b531108867dd86af902b0e1c64f6f5df1c4ed1 Author: Adrian Cole <[email protected]> AuthorDate: Tue Apr 30 10:12:43 2019 +0800 Makes travis actually run a check Before, travis was executing a dummy maven build which has no tests. Now, this does OpenApi/Swagger validation. Later, we can add a proto validator, possibly also a thrift one. --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59d6d38..dfcf40a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,6 @@ cache: directories: - - $HOME/.m2 + - $HOME/.npm -language: java - -jdk: oraclejdk8 - -# Override default travis to use the maven wrapper -install: ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -script: ./mvnw clean test -B +language: node_js
