From a8d001aedfa06aa024e6488233dd46af7db7bb19 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Tue, 10 Feb 2015 10:34:52 +0100 Subject: add make install --- travis/compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/compile.sh b/travis/compile.sh index cc8b03be86..d3216b7fbb 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -49,4 +49,5 @@ $TS \ --with-openssl \ --with-gmp \ --enable-bcmath -make --quiet +make -j2 --quiet +make install -- cgit v1.2.1