Skip to content

Commit

Permalink
Update to resolve /dev/urandom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry McQueary committed Oct 30, 2016
1 parent 2d108c8 commit f8a8f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ jdk:
- oraclejdk8
before_install:
- export PATH=$PATH:${TRAVIS_BUILD_DIR}/target
- echo "MAVEN_OPTS='-Xmx2g -XX:+TieredCompilation -XX:TieredStopAtLevel=1'" > ~/.mavenrc
- echo "MAVEN_OPTS='-Xmx2g -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djava.security.egd=file:/dev/./urandom'" > ~/.mavenrc
install:
- sudo apt-get install -y gnupg2
script:
Expand Down

0 comments on commit f8a8f7a

Please sign in to comment.