diff --git a/.travis.yml b/.travis.yml index 22dd8813b5a8..4a41176953e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,6 @@ deploy: on: branch: master -before_install: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" - addons: apt: packages: diff --git a/build.gradle b/build.gradle index 2f60ffa43c66..64c686e8f056 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ allprojects { jacksonVersion = '2.7.0' jacksonDataTypeVersion = '2.7.4' junitVersion = '4.12' - testFxVersion = '4.0.5-alpha' + testFxVersion = '4.0.7-alpha' monocleVersion = '1.8.0_20' checkstyleVersion = '8.1'