Merge pull request #84 from ldionne/patch-1
[libcds.git] / .travis.yml
index d4cbc8354937521eaf3580e228bf57fabc25d90a..f230fe023a111776e4e0b50d222bd60af4cf39f7 100644 (file)
@@ -17,13 +17,13 @@ install:
     - wget -O boost_1_${BOOST_VERSION}_0.tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.${BOOST_VERSION}.0/boost_1_${BOOST_VERSION}_0.tar.bz2/download\r
     - tar xjf boost_1_${BOOST_VERSION}_0.tar.bz2\r
     - cd boost_1_${BOOST_VERSION}_0\r
-    - ./bootstrap.sh --with-toolset=gcc-${GCC_VERSION}\r
+    - ./bootstrap.sh\r
     - ./b2 --with-thread --with-atomic --with-date_time --with-system --with-timer --stagedir=stage64 --toolset=gcc-${GCC_VERSION} address-model=64\r
     - cd ..\r
 \r
 before_script: cd ./build\r
 \r
-script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr\r
+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\r
 \r
 #after_success:\r
 \r