Travis: disable parallelism.

ASan crashes so often, probably because of lack of RAM :(
Slow build is more useful than what we have now.
This commit is contained in:
Alexey Sokolov
2015-03-06 20:56:10 +00:00
parent 343035e172
commit 682e364832
+1 -1
View File
@@ -61,7 +61,7 @@ script:
- cd build
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus --enable-charset $CFGFLAGS CXXFLAGS="$CXXFLAGS $MYCXXFLAGS" LDFLAGS="$LDFLAGS $MYLDFLAGS"
- cat config.log
- make V=1 -j3
- make V=1
- make V=1 test
- sudo make install
- cd ..