From f10c6670c19b50923836bd17bc058eb24b782222 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Fri, 22 Mar 2019 21:54:24 +0200 Subject: [PATCH] Build only master branch in addition to pull requests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4838831..a5b200c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,9 @@ install: script: - composer lint +branches: + only: + - master + notifications: email: false