From 7fb3eaed658fff4f5c6d4b98e39f46fc4244cc5a Mon Sep 17 00:00:00 2001 From: KimLS Date: Sun, 16 Apr 2017 18:44:12 -0700 Subject: [PATCH] Reduce travis threads --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75dee3a3c..9eda6fca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi script: - cmake -G "Unix Makefiles" -DEQEMU_BUILD_TESTS=ON -DEQEMU_ENABLE_BOTS=ON -DEQEMU_BUILD_LOGIN=ON - - make -j8 + - make -j2 - ./bin/tests branches: only: