Slack notifications for travis builds
And ignoring anvil build artifacts
This commit is contained in:
@@ -4,3 +4,4 @@ dist
|
||||
cabal.sandbox.config
|
||||
hscope.out
|
||||
codex.tags
|
||||
.anvil
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user