Repository: incubator-hawq
Updated Branches:
  refs/heads/master e16895825 -> 41c81abb7


HAWQ-873. improve checking time for .travis.yml


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/41c81abb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/41c81abb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/41c81abb

Branch: refs/heads/master
Commit: 41c81abb71f2c10af26f6122be8b8110db90559d
Parents: e168958
Author: xunzhang <[email protected]>
Authored: Tue Jun 28 13:53:04 2016 +0800
Committer: xunzhang <[email protected]>
Committed: Wed Jun 29 10:53:32 2016 +0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/41c81abb/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c948c86..da49f5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ before_script:
   - ./configure
 
 script:
-  - make -j2
+  - make -j$(sysctl -n hw.ncpu)
   - make feature-test
   - make feature-test-clean
 

Reply via email to