prepare merge
This commit is contained in:
parent
e4b2e154f5
commit
88f1a3fc15
16 changed files with 0 additions and 37 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,17 +0,0 @@
|
|||
dist
|
||||
cabal-dev
|
||||
*.o
|
||||
*.hi
|
||||
*.chi
|
||||
*.chs.h
|
||||
*.dyn_o
|
||||
*.dyn_hi
|
||||
.virtualenv
|
||||
.hpc
|
||||
.hsenv
|
||||
.cabal-sandbox/
|
||||
cabal.sandbox.config
|
||||
cabal.config
|
||||
*.prof
|
||||
*.aux
|
||||
*.hp
|
20
.travis.yml
20
.travis.yml
|
@ -1,20 +0,0 @@
|
|||
language: haskell
|
||||
|
||||
ghc:
|
||||
- 7.8
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/haskell-servant/servant.git
|
||||
- cabal sandbox init
|
||||
- cabal sandbox add-source servant/
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#servant"
|
||||
template:
|
||||
- "%{repository}#%{build_number} - %{commit} on %{branch} by %{author}: %{message}"
|
||||
- "Build details: %{build_url} - Change view: %{compare_url}"
|
||||
skip_join: true
|
||||
on_success: change
|
||||
on_failure: always
|
Loading…
Reference in a new issue