aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-13 08:39:26 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-13 08:39:26 -0700
commit4c0b6ad48ed130c2f27882777a80d295a8b0c81c (patch)
tree8de67f0cb168dfa1b3ddf950da9bcff9d7092c7f /.travis.yml
parent4ebfc8ae2e9b01a937a8ffac4f91e2b9b5af8b4c (diff)
downloadpandoc-4c0b6ad48ed130c2f27882777a80d295a8b0c81c.tar.gz
Added .travis.yml.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..5874caf58
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: haskell
+before_install:
+ - git submodule update --init --recursive
+install:
+ - cabal update
+ - cabal install -ftests