Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-23 | Tweak travis stack build command (test --test -> build --test). | John MacFarlane | 1 | -1/+1 | |
2017-08-23 | Revert "Build GHC 8.2.1 with one core only" | Albert Krewinkel | 1 | -1/+1 | |
This reverts commit 9930e8582dbe6f34cb37e381ace2ef9fbbac957d. This was intended for testing only and was pushed by mistake. | |||||
2017-08-23 | Build GHC 8.2.1 with one core only | Albert Krewinkel | 1 | -1/+1 | |
Avoid out-of-memory error on travis. | |||||
2017-08-22 | Travis: Use ghc 8.2.1 in nightly stack build. | John MacFarlane | 1 | -1/+1 | |
2017-08-22 | Undid last travis changes. | John MacFarlane | 1 | -15/+0 | |
2017-08-22 | Travis: Removed sudos. | John MacFarlane | 1 | -9/+9 | |
2017-08-22 | Travis: shut down essential services and show memory. | John MacFarlane | 1 | -0/+15 | |
Also after failure. | |||||
2017-08-21 | Travis: use lts-9 with ghc 8.0.2 stack build. Remove swap stuff. | John MacFarlane | 1 | -6/+1 | |
It didn't help. | |||||
2017-08-21 | travis: create some swap space. | John MacFarlane | 1 | -0/+5 | |
This may help with regex-tdfa build failures... | |||||
2017-08-11 | Travis: try a cabal build without embed_data_files. | John MacFarlane | 1 | -6/+6 | |
2017-08-08 | Travis: more options tweaks. | John MacFarlane | 1 | -3/+3 | |
2017-08-08 | Travis: don't use -Wincomplete-uni-patterns. | John MacFarlane | 1 | -1/+1 | |
2017-08-08 | Travis: Don't use -Wcompat. | John MacFarlane | 1 | -1/+1 | |
2017-08-08 | Travis: only use fancy warnings for recent ghc. | John MacFarlane | 1 | -6/+6 | |
2017-08-08 | Use extra ghc warnings. | John MacFarlane | 1 | -2/+2 | |
In addition to `-Wall`: `-Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances` | |||||
2017-07-24 | Revert "Travis: Try not caching .cabal." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79. | |||||
2017-07-24 | Revert "Travis: try not caching .ghc." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 434309802ca86b1862dae4ebf47fd4904876c522. | |||||
2017-07-24 | Travis: try not caching .ghc. | John MacFarlane | 1 | -1/+1 | |
2017-07-24 | Travis: Try not caching .cabal. | John MacFarlane | 1 | -1/+1 | |
Hoping this solves the problems with recent builds. | |||||
2017-07-24 | Revert "Use cabal-2.0 for 8.2.1 (#3814)" | John MacFarlane | 1 | -2/+2 | |
This reverts commit d8f07fad09f3b5b0c586dd8a4ba23b19efef6152. | |||||
2017-07-24 | Use cabal-2.0 for 8.2.1 (#3814) | Matthew Pickering | 1 | -2/+2 | |
2017-07-15 | Travis: Removed ghc 8.2.1 build from allowed failures. | John MacFarlane | 1 | -1/+0 | |
2017-07-13 | Travis: cabal build for ghc 8.2.1 RC. | John MacFarlane | 1 | -0/+5 | |
2017-07-13 | Revert "Added a travis build on ghc 8.2 release candidate." | John MacFarlane | 1 | -4/+0 | |
This reverts commit 62915a8af148e80c607985b078aa2c74645332ba. | |||||
2017-07-13 | Added a travis build on ghc 8.2 release candidate. | John MacFarlane | 1 | -0/+4 | |
2017-06-04 | .travis.yml - removed hsb2hs stuff. | John MacFarlane | 1 | -2/+1 | |
2017-03-20 | More travis fixes. | John MacFarlane | 1 | -6/+6 | |
2017-03-20 | Travis: install hsb2hs. | John MacFarlane | 1 | -0/+2 | |
2017-03-20 | More travis fixes. | John MacFarlane | 1 | -2/+2 | |
2017-03-20 | More travis fixes. | John MacFarlane | 1 | -3/+2 | |
2017-03-20 | Fixed .travis.yml. | John MacFarlane | 1 | -2/+4 | |
2017-03-20 | .travis.yml: create a source dist and do cabal build and test there. | John MacFarlane | 1 | -8/+3 | |
That way we catch errors due to files missing from the data section of pandoc.cabal. | |||||
2017-03-08 | Travis: Remove GHC HEAD build. | John MacFarlane | 1 | -3/+3 | |
This pretty much always fails due to dependencies. | |||||
2017-03-08 | Travis: comment out OSX build. | John MacFarlane | 1 | -3/+3 | |
This always takes forever to complete. Since I develop on OSX anyway, it's not so urgent. | |||||
2017-02-20 | Travis: move 7.8.4 out of allowed-failures. | John MacFarlane | 1 | -1/+0 | |
2017-02-20 | Travis: remove 8.0.1 build. | John MacFarlane | 1 | -5/+0 | |
2017-02-12 | stack.yamls: Use lts-8.0. | John MacFarlane | 1 | -5/+5 | |
2017-01-25 | Travis: allow ghc 7.8.4 to fail. For now anyway. | John MacFarlane | 1 | -0/+1 | |
2017-01-24 | travis: catch #3372 (#3373) | ickc | 1 | -0/+5 | |
2017-01-17 | travis: download stack only in stack BUILD (#3357) | ickc | 1 | -8/+9 | |
2016-12-30 | Travis: fix false positives and speed up dist build by avoiding tests. | John MacFarlane | 1 | -7/+8 | |
2016-12-24 | Travis: add path to happy to path. | John MacFarlane | 1 | -1/+1 | |
2016-12-23 | Added happy to travis deb pkgs. | John MacFarlane | 1 | -3/+3 | |
2016-12-13 | Speed up Travis (#3304) | ickc | 1 | -7/+12 | |
* travis: fast_finish * travis: cabal use `-j` whenever appropriate * travis: remove stack nightly in osx build to speed up | |||||
2016-11-30 | travis: use language generic (#3267) | ickc | 1 | -2/+2 | |
2016-11-16 | Add comment acknowledging source of .travis.yml. | John MacFarlane | 1 | -2/+2 | |
2016-10-23 | Travis: Set ulimit -n 4096 before build. This seems necessary on OSX. | John MacFarlane | 1 | -2/+4 | |
2016-10-23 | Travis: add to end of path to avoid a warning. | John MacFarlane | 1 | -1/+1 | |
2016-10-18 | Travis tweaks. | John MacFarlane | 1 | -3/+3 | |
Disable optimizations. Make sure we don't change flag on aeson. | |||||
2016-10-16 | Travis: fixed --flag argument in stack. | John MacFarlane | 1 | -2/+2 | |