Added travis CI integration

master
Abhinav Sarkar 2014-05-25 19:40:18 +05:30
parent 61b50c7354
commit 6493693a96
1 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,18 @@
language: haskell language: haskell
ghc: 7.8 ghc: 7.8
before_install: before_install:
- ./init-sandbox.sh - "cabal sandbox init"
- "cd hask-irc-runner" - "cd hask-irc-core"
- "cabal sandbox init --sandbox=../.cabal-sandbox"
- "cd ../hask-irc-handlers"
- "cabal sandbox init --sandbox=../.cabal-sandbox"
- "cabal sandbox add-source ../hask-irc-core/"
- "cd ../hask-irc-runner"
- "cabal sandbox init --sandbox=../.cabal-sandbox"
- "cabal sandbox add-source ../hask-irc-core/"
- "cabal sandbox add-source ../hask-irc-handlers/"
notifications: notifications:
email: true email: true
irc: irc:
- "irc.immortal-anime.net#animestan" - "irc.immortal-anime.net#animestan-hell"