Enable parallel builds on TravisCI
authorChocobo1 <Chocobo1@users.noreply.github.com>
Thu, 25 Feb 2016 14:27:39 +0000 (22:27 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Mon, 28 Mar 2016 14:41:13 +0000 (22:41 +0800)
.travis.yml

index b143705..9887eac 100644 (file)
@@ -12,4 +12,4 @@ addons:
 script:
   - ./autogen.sh
   - ./configure
-  - make distcheck
+  - make -j2 distcheck