Repository: incubator-predictionio Updated Branches: refs/heads/develop d5105a493 -> 0d07973b3
[PIO-53] Fix Travis build * Add source selection to unit tests * Remove port mappings from Docker Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/0d07973b Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/0d07973b Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/0d07973b Branch: refs/heads/develop Commit: 0d07973b3c55bad2a1232cc4088063132f47896d Parents: d5105a4 Author: Donald Szeto <[email protected]> Authored: Fri Feb 17 23:34:17 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Fri Feb 17 23:34:17 2017 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- tests/docker-compose.yml | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/0d07973b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8add3c4..22138fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ cache: false env: matrix: - - BUILD_TYPE=Unit + - BUILD_TYPE=Unit METADATA_REP=PGSQL EVENTDATA_REP=PGSQL MODELDATA_REP=PGSQL - BUILD_TYPE=Integration METADATA_REP=PGSQL EVENTDATA_REP=PGSQL MODELDATA_REP=PGSQL - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=HBASE MODELDATA_REP=LOCALFS - BUILD_TYPE=Integration METADATA_REP=ELASTICSEARCH EVENTDATA_REP=PGSQL MODELDATA_REP=HDFS http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/0d07973b/tests/docker-compose.yml ---------------------------------------------------------------------- diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index ba3ce59..3939a0b 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -17,20 +17,10 @@ version: "2" services: elasticsearch: image: elasticsearch:1-alpine - ports: - - 9200:9200 - - 9300:9300 hbase: image: harisekhon/hbase:1.0 - ports: - - 16000:16000 - - 16010:16010 - - 16020:16020 - - 16030:16030 postgres: image: postgres:9 - ports: - - 5432:5432 environment: POSTGRES_USER: pio POSTGRES_PASSWORD: pio
