From a85432e3cc047816a9919ae469600f060111d21a Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 8 Oct 2014 12:00:24 -0700 Subject: [PATCH] Slack notifications for travis builds And ignoring anvil build artifacts --- .gitignore | 1 + .travis.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 230092cfd..627f059de 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ dist cabal.sandbox.config hscope.out codex.tags +.anvil diff --git a/.travis.yml b/.travis.yml index 538057378..49eb489c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: haskell ghc: 7.8 addons: postgresql: "9.3" +notifications: + slack: looprecur:z2nPS2Cfx2D33LE2obyU2FyQ before_install: - createuser --superuser --no-password dbapi_test - createdb -O dbapi_test -U postgres dbapi_test