diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-13 08:39:26 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-13 08:39:26 -0700 |
commit | 4c0b6ad48ed130c2f27882777a80d295a8b0c81c (patch) | |
tree | 8de67f0cb168dfa1b3ddf950da9bcff9d7092c7f | |
parent | 4ebfc8ae2e9b01a937a8ffac4f91e2b9b5af8b4c (diff) | |
download | pandoc-4c0b6ad48ed130c2f27882777a80d295a8b0c81c.tar.gz |
Added .travis.yml.
-rw-r--r-- | .travis.yml | 6 |
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 |