Repository: tajo Updated Branches: refs/heads/branch-0.11.2 381c64c0a -> 2735c37fe
TAJO-2076: Add backward compatibility testing with hadoop on travis. (fixed missed change) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/2735c37f Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/2735c37f Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/2735c37f Branch: refs/heads/branch-0.11.2 Commit: 2735c37fe93894d2314ccb0d4f82da415281d71e Parents: 381c64c Author: Jinho Kim <[email protected]> Authored: Tue Feb 16 12:04:33 2016 +0900 Committer: Jinho Kim <[email protected]> Committed: Tue Feb 16 12:04:33 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/2735c37f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 76b5bbf..539e8b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,10 +68,11 @@ before_install: - free -m - df -h -install: ./dev-support/travis-install-dependencies.sh +install: + - sh dev-support/travis-install-dependencies.sh + - mvn clean install -q -ff -Dsurefire.useFile=false $HADOOP_FLAG -Pdist -DskipTests -Dtar -script: - - mvn clean install -q -ff -Dsurefire.useFile=false -Pparallel-test -DLOG_LEVEL=WARN -Dmaven.fork.count=2 -Ptest-storage-pgsql -Dtest=!TestHBaseTable,!**/ws/rs/**,!**/engine/eval/** -DfailIfNoTests=false - - mvn test -q -ff -Dsurefire.useFile=false -Pparallel-test -DLOG_LEVEL=WARN -Dtest=TestHBaseTable,**/ws/rs/**,**/engine/eval/** -pl tajo-core-tests +script: + - mvn $HADOOP_FLAG $TEST_FLAG - sh -c "dmesg | grep -i OOM || exit 0" - free -m
