Skip to content

Commit 2583abc

Browse files
committed
Remove RAT and Python linter.
1 parent a0e49b8 commit 2583abc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ cache:
3737
notifications:
3838
email: false
3939

40-
install: true
40+
install:
41+
- export MAVEN_SKIP_RC=1
42+
- build/mvn -T 4 -q -DskipTests -Pyarn -Phadoop-2.3 -Pkinesis-asl -Phive -Phive-thriftserver install
4143

4244
script:
43-
- export MAVEN_SKIP_RC=1
44-
- 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
45+
- dev/lint-java

0 commit comments

Comments
 (0)