From 6f4bfebff1cbaef9785878ca62656e8e47314a30 Mon Sep 17 00:00:00 2001 From: Michael Writhe Date: Fri, 12 Oct 2012 08:56:50 -0600 Subject: [PATCH] travis: removed notifications and whitelist --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6077e33..a30290e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,4 @@ before_script: script: - python overviewer.py ~/mca/exmaple ~/test-output --rendermodes=smooth-lighting notifications: - irc: - channels: "irc.freenode.org#overviewer" - on_success: always - on_failure: always - email: false -branches: - only: - - master - - travis \ No newline at end of file + email: false \ No newline at end of file