You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/08/09 21:43:52 UTC

[44/52] [abbrv] incubator-predictionio git commit: Added haveged to travis build for faster random number generation

Added haveged to travis build for faster random number generation


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/8b79fa80
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/8b79fa80
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/8b79fa80

Branch: refs/heads/develop
Commit: 8b79fa804b43ab3346cb952e569daaf5974fd525
Parents: 74fa1d2
Author: Marcin Ziemi\u0144ski <zi...@gmail.com>
Authored: Thu Aug 4 13:04:05 2016 -0700
Committer: Marcin Ziemi\u0144ski <zi...@gmail.com>
Committed: Thu Aug 4 13:04:05 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/8b79fa80/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8e469da..c5974ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,9 @@ jdk:
 
 addons:
     postgresql: "9.3"
+    apt:
+      packages:
+        - haveged
 
 services:
   - docker
@@ -50,6 +53,7 @@ env:
 before_install:
   - unset SBT_OPTS JVM_OPTS
   - docker pull ziemin/pio-testing
+  - service haveged start
 
 before_script:
   - ./testing/before_script.travis.sh