aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-24 22:42:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-24 22:42:40 -0700
commit2f156eeb3011936988d6542146e416a21769c831 (patch)
tree2cc13988400f15cee1b780e18fd3be097bca5ebd /.travis.yml
parentdeb59b62354e38df9c85ce6985e5c28dd2301ee7 (diff)
downloadpandoc-2f156eeb3011936988d6542146e416a21769c831.tar.gz
Updated travis build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1216994db..487e3cb98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: haskell
before_install:
- cabal install cabal-dev
- 'git clone https://github.com/jgm/pandoc-types && cabal-dev add-source pandoc-types'
- - 'git clone https://github.com/jgm/citeproc-hs && cabal-dev add-source citeproc-hs'
install:
- cabal-dev install-deps --enable-tests
script: