We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e49b8 commit 2583abcCopy full SHA for 2583abc
.travis.yml
@@ -37,12 +37,9 @@ cache:
37
notifications:
38
email: false
39
40
-install: true
+install:
41
+ - export MAVEN_SKIP_RC=1
42
+ - build/mvn -T 4 -q -DskipTests -Pyarn -Phadoop-2.3 -Pkinesis-asl -Phive -Phive-thriftserver install
43
44
script:
- - export MAVEN_SKIP_RC=1
- - dev/check-license &&
45
- dev/lint-python &&
46
- dev/lint-scala &&
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
+ - dev/lint-java
0 commit comments