diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-04-09 17:18:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-04-09 17:18:10 -0700 |
commit | a67b221d4dac2081ddfe2599d4ac16f021ddfbd9 (patch) | |
tree | c4ea0ef0034868bf5135b8a20eb67684dde8d83e | |
parent | 1fd5ca48c11f312c26860b200b4181e89d2e1218 (diff) | |
download | pandoc-a67b221d4dac2081ddfe2599d4ac16f021ddfbd9.tar.gz |
More travis tweaks.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c6db9b804..9aabf6874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ install: $CABAL install happy alex export PATH=$HOME/.cabal/bin:$PATH fi - - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd .. - - cabal-1.18 install --only-dependencies --enable-tests -v2 +# - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd .. + - cabal-1.18 install --only-dependencies --enable-tests # Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail. script: @@ -31,4 +31,3 @@ script: - cabal-1.18 build --ghc-options=-Werror # this builds all libraries and executables (including tests/benchmarks) - cabal-1.18 test - cabal-1.18 check - - cabal-1.18 sdist # tests that a source-distribution can be generated |