You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2016/03/23 21:40:34 UTC

[7/7] lucene-solr:master: Added python3 requirement

Added python3 requirement


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/984b531b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/984b531b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/984b531b

Branch: refs/heads/master
Commit: 984b531b8636e8ad074f5d3d80411ffa0f46898d
Parents: 699e6f8
Author: Kevin Risden <kr...@apache.org>
Authored: Sat Mar 19 15:12:42 2016 -0500
Committer: Kevin Risden <kr...@apache.org>
Committed: Wed Mar 23 13:05:52 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/984b531b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 76d784b..c4e27f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
 language: java
 jdk:
   - oraclejdk8
+addons:
+  apt:
+    packages:
+      - python3
 git:
   depth: 1
 env: