sphereio / sphere-hello-api

First steps to access the API of SPHERE.IO in several languages
http://sphere.io
MIT License
24 stars 11 forks source link

investigate why `java -version` changes to 7 during the jvm8 travis script #25

Open nkuehn opened 9 years ago

nkuehn commented 9 years ago

for some reason 'java -version' returns a JVM8 at the beginning of the travis test script, but towards the end (specifically before the groovy test and before installing groovy) it returns a JVM7 version. I suspect one of the tests in between, e.g. scala.

maybe #20 is the only real solution