Repository: incubator-predictionio Updated Branches: refs/heads/ds/travis-es5 eacdf8630 -> 721b2955d
Revert back to sudo :( Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/721b2955 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/721b2955 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/721b2955 Branch: refs/heads/ds/travis-es5 Commit: 721b2955d0a0c8e8311b2eb17912890a4dff9830 Parents: eacdf86 Author: Donald Szeto <[email protected]> Authored: Sun Mar 12 22:10:40 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Mar 12 22:10:40 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 3 ++- tests/docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/721b2955/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 799ec3d..9549ac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ jdk: services: - docker -sudo: false +sudo: required cache: false @@ -57,6 +57,7 @@ before_install: - sudo mv docker-compose /usr/local/bin before_script: + - sudo sysctl -w vm.max_map_count=262144 - docker-compose -v - ./tests/before_script.travis.sh http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/721b2955/tests/docker-compose.yml ---------------------------------------------------------------------- diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index f37ca4a..06126a5 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -18,7 +18,6 @@ services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:5.2.2 environment: - - bootstrap.memory_lock=false - xpack.security.enabled=false - "ES_JAVA_OPTS=-Xms512m -Xmx512m" hbase:
