Skip to content

Commit a0e49b8

Browse files
committed
Run lint-java after maven install.
1 parent 8a07bf8 commit a0e49b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ script:
4444
- dev/check-license &&
4545
dev/lint-python &&
4646
dev/lint-scala &&
47-
dev/lint-java &&
48-
(build/mvn -DskipTests -Pyarn -Phadoop-2.3 -Pkinesis-asl -Phive -Phive-thriftserver compile test-compile | grep -v 'org/maven2/')
47+
(build/mvn -T 2 -DskipTests -Ddoc-jar.skip=true -Pyarn -Phadoop-2.3 -Pkinesis-asl -Phive -Phive-thriftserver install | grep -v 'org/maven2/' | grep -v 'from the shaded jar') &&
48+
dev/lint-java

0 commit comments

Comments
 (0)