Skip to content

Commit eea757d

Browse files
committed
use parallel make
1 parent b3a87c3 commit eea757d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: perl
22
perl:
33
- '5.16'
44
- '5.14'
5-
install:
5+
install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -y openssl libcppunit-dev libreadline6 libreadline6-dev valgrind realpath libmodule-install-perl
8-
script: "make && make test-fast && make perl"
8+
script: "make -j2 && make test-fast && make perl"
99
notifications:
1010
irc:
1111
- "irc.freenode.net#mdbm"

0 commit comments

Comments
 (0)