From: khizmax Date: Thu, 5 Mar 2015 16:03:20 +0000 (+0300) Subject: Decreased number of job for travis-ci X-Git-Tag: v2.1.0~305^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5cab3a4b570f9f933cfbd3b77ca15dabe094608;p=libcds.git Decreased number of job for travis-ci --- diff --git a/.travis.yml b/.travis.yml index 188e85f7..503372f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ install: before_script: cd ./build -script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic -Wno-unused-local-typedefs' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr +script: ./build.sh -b 64 -j 2 -x ${CXX} -z '-Wall -Wextra -pedantic -Wno-unused-local-typedefs' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr #after_success: