From 2dd04499e8bb771b3bc934377b5338e5ea0f5141 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 18 Jan 2016 22:27:06 +0800 Subject: [PATCH] Update .travis.yml specify branches --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8feaefd6..525dbd24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,11 @@ language: bash os: - linux - +branches: + only: + - master + - stable-esp-module + before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"