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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to