aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc-all
diff options
context:
space:
mode:
authorVitalii Diravka <vitalii.diravka@gmail.com>2018-12-07 19:44:47 +0200
committerVitalii Diravka <vitalii.diravka@gmail.com>2018-12-10 14:47:27 +0200
commite67ac2d1f7111a8e3932e2ff69a531b64882e162 (patch)
treefca2eb4e8a1bccf9cebaec9f721a9340a6689d8f /exec/jdbc-all
parent788eb7effe72d838427d42fabbf167fa424bf88c (diff)
DRILL-6889: Exclude Drill unit tests to avoid Travis timing out
closes #1567
Diffstat (limited to 'exec/jdbc-all')
-rw-r--r--exec/jdbc-all/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index e0ae482b1..62b1b4325 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -857,6 +857,12 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>travis</id>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
+ </profile>
</profiles>
</project>