Slack notifications for travis builds
And ignoring anvil build artifacts
This commit is contained in:
@@ -4,3 +4,4 @@ dist
|
|||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
hscope.out
|
hscope.out
|
||||||
codex.tags
|
codex.tags
|
||||||
|
.anvil
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ language: haskell
|
|||||||
ghc: 7.8
|
ghc: 7.8
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.3"
|
postgresql: "9.3"
|
||||||
|
notifications:
|
||||||
|
slack: looprecur:z2nPS2Cfx2D33LE2obyU2FyQ
|
||||||
before_install:
|
before_install:
|
||||||
- createuser --superuser --no-password dbapi_test
|
- createuser --superuser --no-password dbapi_test
|
||||||
- createdb -O dbapi_test -U postgres dbapi_test
|
- createdb -O dbapi_test -U postgres dbapi_test
|
||||||
|
|||||||
Reference in New Issue
Block a user