From 3611c71fee2496fcd5c989ed350dbab72a291426 Mon Sep 17 00:00:00 2001 From: xiezheng-XD <141627292+xiezheng-XD@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:43:27 +0800 Subject: [PATCH] Update .travis.yml (#1933) * Update .travis.yml * Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdc94a458c..1513b1d3e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: install: - wget https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-$PROTOBUF_VERSION.tar.bz2 - tar xvf protobuf-$PROTOBUF_VERSION.tar.bz2 - - ( cd protobuf-$PROTOBUF_VERSION && ./configure --prefix=/usr && make && sudo make install ) + - ( cd protobuf-$PROTOBUF_VERSION && ./configure --prefix=/usr && make -j$(nproc) && sudo make install ) addons: apt: @@ -21,6 +21,4 @@ addons: compiler: - gcc -language: cpp - script: make