From c438f59c60cdcdac583adc987a5171cc29e32455 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sun, 16 Aug 2015 10:00:17 +0300 Subject: [PATCH] Update Travis configuration to build all branches --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e69a17a4f..af275508b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,6 @@ language: java jdk: - oraclejdk8 -# whitelist -branches: - only: - - master - before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"