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:57 UTC

[incubator-pekko-samples] branch travisJavaVersion created (now 12b1c20)

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

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


      at 12b1c20  Specify preferring trusty

This branch includes the following new commits:

     new b7da831  Don't specify Java version for Travis
     new 12b1c20  Specify preferring trusty

The 2 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.



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


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

Posted by fa...@apache.org.
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


[incubator-pekko-samples] 02/02: Specify preferring trusty

Posted by fa...@apache.org.
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 12b1c201d822abfb379e434966f99064458a2efc
Author: Arnout Engelen <ar...@bzzt.net>
AuthorDate: Fri Jun 30 12:39:33 2017 +0200

    Specify preferring trusty
    
    Ah, looks like trusty is available, but not the default yet.
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6929fc3..718b139 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
 sudo: false
+dist: trusty
+
 language: scala
 
 scala:


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