X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=.travis.yml;h=f230fe023a111776e4e0b50d222bd60af4cf39f7;hb=f462e565118d62e05a4c3c2318b0fcbc3d7bbf5b;hp=f348e1dc83f7f4b8618e7099fce429fbfce5800d;hpb=739f74deb172ea60127740656becc9fcec856ce0;p=libcds.git diff --git a/.travis.yml b/.travis.yml index f348e1dc..f230fe02 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' --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: