Skip to content

Commit 8879a89

Browse files
committed
Utilize 2 cores on travis during build
1 parent e4a3b3f commit 8879a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo pip install cpp-coveralls --use-mirrors
66
script:
77
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
8-
- make
8+
- make -j2
99
- make test
1010
- mkdir gcov
1111
- find CMakeFiles/ -name "*.gc*" -exec mv {} gcov/ \;

0 commit comments

Comments
 (0)