[GitHub] commons-compress pull request #43: COMPRESS-413 : Improved build performance...

2017-06-30 Thread garydgregory
Github user garydgregory commented on a diff in the pull request:

https://github.com/apache/commons-compress/pull/43#discussion_r125108952
  
--- Diff: .travis.yml ---
@@ -13,17 +13,26 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-language: java
 sudo: false
+# Use Trusty as dist
+dist: trusty
+language: java
+
 
 jdk:
   - openjdk7
-  - oraclejdk7
-  - oraclejdk8
--- End diff --

Why drop the Oracle JDK builds?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] commons-compress pull request #43: COMPRESS-413 : Improved build performance...

2017-06-24 Thread sesuncedu
GitHub user sesuncedu opened a pull request:

https://github.com/apache/commons-compress/pull/43

COMPRESS-413 : Improved build performance with travis

Now without unrelated sacrifices to coveralls

Signed-off-by: Simon Spero 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sesuncedu/commons-compress COMPRESS-413-REDUX

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-compress/pull/43.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #43


commit 2fc4afa8f6571048604616a8edb2bbd55b4776f4
Author: Simon Spero 
Date:   2017-06-24T20:37:47Z

COMPRESS-413 : Improved build performance with travis

Now without unrelated sacrifices to coveralls

Signed-off-by: Simon Spero 




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---