Repository: incubator-predictionio Updated Branches: refs/heads/develop 3da809c7f -> 463939348
Activate ES1 tests Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/46393934 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/46393934 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/46393934 Branch: refs/heads/develop Commit: 46393934815e68201c1f2732e332818eff8636de Parents: 3da809c Author: Donald Szeto <[email protected]> Authored: Mon Mar 13 17:06:53 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Mon Mar 13 17:06:53 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/46393934/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9549ac9..634d286 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,8 @@ env: - BUILD_TYPE=Integration METADATA_REP=PGSQL EVENTDATA_REP=PGSQL MODELDATA_REP=PGSQL - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=HBASE MODELDATA_REP=LOCALFS ES_VERSION=5 - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=PGSQL MODELDATA_REP=HDFS ES_VERSION=5 + - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=HBASE MODELDATA_REP=LOCALFS ES_VERSION=1 + - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=PGSQL MODELDATA_REP=HDFS ES_VERSION=1 before_install: - unset SBT_OPTS JVM_OPTS
