On dev: vc
[libcds.git] / .travis.yml
index 188e85f703e3a343fdbcf42ebc0cbc951a11fa47..f230fe023a111776e4e0b50d222bd60af4cf39f7 100644 (file)
@@ -8,7 +8,7 @@ before_install:
     - export LIBCDS_BUILD_DIR=`pwd`\r
     - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test\r
     - sudo apt-get update -qq\r
-    - export GCC_VERSION=4.8\r
+    - export GCC_VERSION=4.9\r
     - export BOOST_VERSION=57\r
 \r
 install:\r
@@ -23,7 +23,7 @@ install:
 \r
 before_script: cd ./build\r
 \r
-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\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