From b30fbbdfa1c8e5a7f93f3c26fdd87a59f90e8f63 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sat, 13 Feb 2016 05:57:05 -0500 Subject: [PATCH] Tweak Travis settings - Only build once for PRs - Remove IRC notifications --- .travis.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01abd8a..e9c564a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,9 @@ before_script: - psql -U postgres -c 'CREATE USER jrandom SUPERUSER;' script: - ./runtests.sh +branches: + only: + - master notifications: email: false - irc: - channels: - - "irc.freenode.org#gratipay" - on_success: change - on_failure: always - template: - - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})" - skip_join: true - + irc: false