You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/10/31 09:35:58 UTC

[incubator-pekko-samples] 01/02: Don't specify Java version for Travis

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

fanningpj pushed a commit to branch travisJavaVersion
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git

commit b7da83182cb30f0a1a97655f8a153421617fa8a2
Author: Arnout Engelen <ar...@bzzt.net>
AuthorDate: Fri Jun 30 12:20:08 2017 +0200

    Don't specify Java version for Travis
    
    As I think now that travis has updated to Trusty it should come with
    jdk8 by default.
    
    https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9c5b5f2..6929fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,6 @@ scala:
   - "2.11.11"
   - "2.12.2"
 
-jdk:
-  - oraclejdk8
-
 before_cache:
   - find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
   - find $HOME/.sbt  -name "*.lock"               -print -delete


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org