Added travis CI integration
This commit is contained in:
parent
6493693a96
commit
42ece9b190
@ -11,6 +11,13 @@ before_install:
|
|||||||
- "cabal sandbox init --sandbox=../.cabal-sandbox"
|
- "cabal sandbox init --sandbox=../.cabal-sandbox"
|
||||||
- "cabal sandbox add-source ../hask-irc-core/"
|
- "cabal sandbox add-source ../hask-irc-core/"
|
||||||
- "cabal sandbox add-source ../hask-irc-handlers/"
|
- "cabal sandbox add-source ../hask-irc-handlers/"
|
||||||
|
script:
|
||||||
|
- cd hask-irc-core
|
||||||
|
- cabal clean && cabal install
|
||||||
|
- cd ../hask-irc-handlers
|
||||||
|
- cabal clean && cabal install
|
||||||
|
- cd ../hask-irc-runner
|
||||||
|
- cabal clean && cabal install
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
irc:
|
irc:
|
||||||
|
Loading…
Reference in New Issue
Block a user