We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a87c3 commit eea757dCopy full SHA for eea757d
.travis.yml
@@ -2,10 +2,10 @@ language: perl
2
perl:
3
- '5.16'
4
- '5.14'
5
-install:
+install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -y openssl libcppunit-dev libreadline6 libreadline6-dev valgrind realpath libmodule-install-perl
8
-script: "make && make test-fast && make perl"
+script: "make -j2 && make test-fast && make perl"
9
notifications:
10
irc:
11
- "irc.freenode.net#mdbm"
0 commit comments