aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)AuthorFilesLines
2017-08-25Add a travis build for ghc 8.2.1 + cabal 2.0.John MacFarlane1-0/+4
2017-08-23Tweak travis stack build command (test --test -> build --test).John MacFarlane1-1/+1
2017-08-23Revert "Build GHC 8.2.1 with one core only"Albert Krewinkel1-1/+1
2017-08-23Build GHC 8.2.1 with one core onlyAlbert Krewinkel1-1/+1
2017-08-22Travis: Use ghc 8.2.1 in nightly stack build.John MacFarlane1-1/+1
2017-08-22Undid last travis changes.John MacFarlane1-15/+0
2017-08-22Travis: Removed sudos.John MacFarlane1-9/+9
2017-08-22Travis: shut down essential services and show memory.John MacFarlane1-0/+15
2017-08-21Travis: use lts-9 with ghc 8.0.2 stack build. Remove swap stuff.John MacFarlane1-6/+1
2017-08-21travis: create some swap space.John MacFarlane1-0/+5
2017-08-11Travis: try a cabal build without embed_data_files.John MacFarlane1-6/+6
2017-08-08Travis: more options tweaks.John MacFarlane1-3/+3
2017-08-08Travis: don't use -Wincomplete-uni-patterns.John MacFarlane1-1/+1
2017-08-08Travis: Don't use -Wcompat.John MacFarlane1-1/+1
2017-08-08Travis: only use fancy warnings for recent ghc.John MacFarlane1-6/+6
2017-08-08Use extra ghc warnings.John MacFarlane1-2/+2
2017-07-24Revert "Travis: Try not caching .cabal."John MacFarlane1-1/+1
2017-07-24Revert "Travis: try not caching .ghc."John MacFarlane1-1/+1
2017-07-24Travis: try not caching .ghc.John MacFarlane1-1/+1
2017-07-24Travis: Try not caching .cabal.John MacFarlane1-1/+1
2017-07-24Revert "Use cabal-2.0 for 8.2.1 (#3814)"John MacFarlane1-2/+2
2017-07-24Use cabal-2.0 for 8.2.1 (#3814)Matthew Pickering1-2/+2
2017-07-15Travis: Removed ghc 8.2.1 build from allowed failures.John MacFarlane1-1/+0
2017-07-13Travis: cabal build for ghc 8.2.1 RC.John MacFarlane1-0/+5
2017-07-13Revert "Added a travis build on ghc 8.2 release candidate."John MacFarlane1-4/+0
2017-07-13Added a travis build on ghc 8.2 release candidate.John MacFarlane1-0/+4
2017-06-04.travis.yml - removed hsb2hs stuff.John MacFarlane1-2/+1
2017-03-20More travis fixes.John MacFarlane1-6/+6
2017-03-20Travis: install hsb2hs.John MacFarlane1-0/+2
2017-03-20More travis fixes.John MacFarlane1-2/+2
2017-03-20More travis fixes.John MacFarlane1-3/+2
2017-03-20Fixed .travis.yml.John MacFarlane1-2/+4
2017-03-20.travis.yml: create a source dist and do cabal build and test there.John MacFarlane1-8/+3
2017-03-08Travis: Remove GHC HEAD build.John MacFarlane1-3/+3
2017-03-08Travis: comment out OSX build.John MacFarlane1-3/+3
2017-02-20Travis: move 7.8.4 out of allowed-failures.John MacFarlane1-1/+0
2017-02-20Travis: remove 8.0.1 build.John MacFarlane1-5/+0
2017-02-12stack.yamls: Use lts-8.0.John MacFarlane1-5/+5
2017-01-25Travis: allow ghc 7.8.4 to fail. For now anyway.John MacFarlane1-0/+1
2017-01-24travis: catch #3372 (#3373)ickc1-0/+5
2017-01-17travis: download stack only in stack BUILD (#3357)ickc1-8/+9
2016-12-30Travis: fix false positives and speed up dist build by avoiding tests.John MacFarlane1-7/+8
2016-12-24Travis: add path to happy to path.John MacFarlane1-1/+1
2016-12-23Added happy to travis deb pkgs.John MacFarlane1-3/+3
2016-12-13Speed up Travis (#3304)ickc1-7/+12
2016-11-30travis: use language generic (#3267)ickc1-2/+2
2016-11-16Add comment acknowledging source of .travis.yml.John MacFarlane1-2/+2
2016-10-23Travis: Set ulimit -n 4096 before build. This seems necessary on OSX.John MacFarlane1-2/+4
2016-10-23Travis: add to end of path to avoid a warning.John MacFarlane1-1/+1
2016-10-18Travis tweaks.John MacFarlane1-3/+3