Changed Travis configuration to use 3 threads for building.
This commit is contained in:
		@@ -22,4 +22,4 @@ script:
 | 
			
		||||
  - mkdir build
 | 
			
		||||
  - cd build
 | 
			
		||||
  - cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER
 | 
			
		||||
  - make && make run-tests
 | 
			
		||||
  - make -j3 && make -j3 run-tests
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user