unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Update Travis config #76

Closed DaniRey closed 5 years ago

DaniRey commented 5 years ago

TravisCI moved away from containers and uses virtual machines now, therefore the sudo: false property has no influence anymore and should be removed https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures

We should switch from OracleJDK to OpenJDK, as we anyway do not use any closed source libraries.

jdk: openjdk8