You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/04 13:57:02 UTC

commons-rng git commit: Travis config.

Repository: commons-rng
Updated Branches:
  refs/heads/master 0761c7c03 -> b28f668ee


Travis config.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b28f668e
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b28f668e
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/b28f668e

Branch: refs/heads/master
Commit: b28f668eea841289020cb89bcae1bd84151100ab
Parents: 0761c7c
Author: Gilles <er...@apache.org>
Authored: Sun Feb 4 14:55:47 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Sun Feb 4 14:55:47 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b28f668e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9db916b..1fe22f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
+  - oraclejdk9
 
 after_success:
   - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle jacoco:report coveralls:report