From 4721921bd2d7c6f219a87a502da1e6c42577b2fc Mon Sep 17 00:00:00 2001 From: Tuan PM Date: Sat, 17 Feb 2018 12:16:06 +0700 Subject: [PATCH] add -j4 for make project with travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb7ec61..36bb06e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,13 +39,13 @@ script: # Update configuration so that kconfig doesn't start interactive mode - make defconfig # Build project from the git repository - - make + - make -j4 - cd $PROJECT_PATH/examples/mqtt_ssl - make defconfig - - make + - make -j4 - cd $PROJECT_PATH/examples/mqtt_ws - make defconfig - - make + - make -j4 - cd $PROJECT_PATH/examples/mqtt_wss - make defconfig - - make + - make -j4