You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by am...@apache.org on 2018/01/21 19:44:07 UTC

[3/4] drill git commit: DRILL-6085: Fixed spontaneous vm exits on Travis.

DRILL-6085: Fixed spontaneous vm exits on Travis.

close apache/drill#1095


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/dbaf048c
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/dbaf048c
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/dbaf048c

Branch: refs/heads/master
Commit: dbaf048c7443e453a78cdb5a976ed19ebb9ed2c7
Parents: 3ff958c
Author: Timothy Farkas <ti...@apache.org>
Authored: Tue Jan 16 12:11:25 2018 -0800
Committer: Aman Sinha <as...@maprtech.com>
Committed: Sun Jan 21 08:32:57 2018 -0800

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/dbaf048c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 68d6814..a2f5bd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 before_install: git fetch --unshallow
+sudo: required
 language: java
 jdk:
   - openjdk7