Skip to content

Commit

Permalink
PARQUET-1616: Enable Maven batch mode (apache#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jul 11, 2019
1 parent 1487456 commit 0861ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env:
- HADOOP_PROFILE=default TEST_CODECS=gzip,snappy

install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true | pv -fbi 60 > mvn_install.log || (cat mvn_install.log && false)
script: mvn verify javadoc:javadoc -P $HADOOP_PROFILE
script: mvn verify --batch-mode javadoc:javadoc -P $HADOOP_PROFILE

0 comments on commit 0861ddf

Please sign in to comment.