Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5904#discussion_r183841885
--- Diff: pom.xml ---
@@ -636,6 +636,63 @@ under the License.
<profiles>
+ <profile>
+ <id>fast</id>
+ <activation>
+ <property>
+ <name>fast</name>
+ </property>
+ </activation>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.rat</groupId>
+
<artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+
<skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+
<skip>true</skip>
+ </configuration>
--- End diff --
got nothing to do `.travis.yml`. The `travis_mvn_watchdog.sh` script uses
differet settings for each build, one of which builds all of Flink with all
plugins enabled, (so called "misc.")---
