From a068850578cb969d8e747b893518142304359fc3 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 29 Oct 2015 00:37:59 +0100 Subject: [PATCH] Update .travis.yml Let Travis build branches master and gh-pages only --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8ff8b12..6862e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ php: - hhvm - nightly +branches: + only: + - master + - gh-pages + script: - find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null