You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/05/26 10:30:09 UTC

[commons-rng] branch master updated (5fe7c49 -> 7935ee9)

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.


    from 5fe7c49  Standardize on American English spelling of 'behavior'.
     add dcb3707  fix typo
     new 7935ee9  refine travis-ci scripts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml     | 4 +++-
 CONTRIBUTING.md | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


[commons-rng] 01/01: refine travis-ci scripts

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 7935ee9e03d825e53188940964de0c15f3f21fe9
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Tue May 26 13:32:50 2020 +0800

    refine travis-ci scripts
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9f27e44..33a6933 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,9 @@ sudo: false
 
 # Required to build with openjdk7
 dist: trusty
-
+cache:
+  directories:
+    - $HOME/.m2
 jdk:
   - openjdk7
   - openjdk8