diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 20:34:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 20:34:14 -0800 |
commit | 6ae21832c090af0977c2f9e7cd171f3907f24182 (patch) | |
tree | 394aa21e4d975acc9ba6e806d7cb4762d278c4da | |
parent | ece6b632c21d3a6a040d0a32089887ad25b2a9c8 (diff) | |
download | pandoc-6ae21832c090af0977c2f9e7cd171f3907f24182.tar.gz |
Removed ./travis_long from .travis.yml.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4abbc0cd9..63d9a8d5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,8 @@ before_install: - chmod a+x ~/.local/bin/stack install: - - ./travis_long stack setup --no-terminal --skip-ghc-check - - ./travis_long stack build --test --no-terminal --only-snapshot --skip-ghc-check + - stack setup --no-terminal --skip-ghc-check + - stack build --test --no-terminal --only-snapshot --skip-ghc-check script: - stack build --test --haddock --no-terminal --skip-ghc-check |