summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Travis: ensure nightly builds can fail.John MacFarlane2018-02-16
|
* Remove custom prelude and ghc 7.8 support.John MacFarlane2018-01-14
|
* Revert "Travis: try running tests single-threaded."John MacFarlane2018-01-01
| | | | This reverts commit 84a4d3685cda5df3e69599afbbde8a8ec556a800.
* Travis: try running tests single-threaded.John MacFarlane2018-01-01
| | | | | This should ensure continuous output, so we don't have 10m blank spots which cause travis to kill.
* Revert "Revert "Travis: removed lts-9 build.""John MacFarlane2017-12-28
| | | | This reverts commit 915775b8b08cdd2b0c51447a034f0dbeb6d59cec.
* Revert "Travis: removed lts-9 build."John MacFarlane2017-12-28
| | | | This reverts commit 2278cd5e772a9b8858b91c336c043a696480d25f.
* Travis: removed lts-9 build.John MacFarlane2017-12-28
|
* Travis: do a stack build with lts-9. Use system ghc.John MacFarlane2017-12-27
|
* Travis: use --jobs=2 for installing dependencies.John MacFarlane2017-12-20
| | | | In hopes this will help with the OOM problems.
* Stack builds with lts-10.0.John MacFarlane2017-12-19
|
* Travis: fix path to ensure that installed ghc is first in path.John MacFarlane2017-12-08
|
* Travis: Use ghc 8.2.2 instead of 8.2.1.John MacFarlane2017-11-27
|
* Travis stack nightly build: switch to ghc 8.2.2.John MacFarlane2017-11-27
|
* .travis.yml - move 7.10 and 8.0 out of accepted failures.John MacFarlane2017-10-12
|
* .travis.yml - use -j2 on build.John MacFarlane2017-10-12
|
* More travis tweaks.John MacFarlane2017-10-12
|
* .travis.yml - try with -j1.John MacFarlane2017-10-12
|
* More travis tweaks: try without -j, add -O0 again.John MacFarlane2017-10-12
|
* .travis.yml - use --fast and --disable-optimization rather than -O0.John MacFarlane2017-10-12
|
* .travis.yml - use -v3 in cabal builds to debug.John MacFarlane2017-10-12
|
* .travis.yml tweaks: use ulimit, --ghc-options for cabal build.John MacFarlane2017-10-12
|
* Travis: allow failure for ghc 7.10.3 build.John MacFarlane2017-10-11
|
* Allow travis ghc 8.0.2 cabal build to fail. It always times out.John MacFarlane2017-10-10
|
* Travis: added some 'date' commands...John MacFarlane2017-10-09
| | | | so we can try to see why builds are failing with timeout.
* travis: try removing travis_wait.John MacFarlane2017-10-03
|
* Travis: don't turn on -Werror for dependencies!John MacFarlane2017-10-03
|
* Travis: don't build benchmarks on ghc 7.10.3 or 8.0.2.John MacFarlane2017-10-03
| | | | The build is timing out, maybe this will help.
* Travis: add travis_wait to prevent timing out if no output.John MacFarlane2017-09-27
|
* Add a travis build for ghc 8.2.1 + cabal 2.0.John MacFarlane2017-08-25
|
* Tweak travis stack build command (test --test -> build --test).John MacFarlane2017-08-23
|
* Revert "Build GHC 8.2.1 with one core only"Albert Krewinkel2017-08-23
| | | | | This reverts commit 9930e8582dbe6f34cb37e381ace2ef9fbbac957d. This was intended for testing only and was pushed by mistake.
* Build GHC 8.2.1 with one core onlyAlbert Krewinkel2017-08-23
| | | | Avoid out-of-memory error on travis.
* Travis: Use ghc 8.2.1 in nightly stack build.John MacFarlane2017-08-22
|
* Undid last travis changes.John MacFarlane2017-08-22
|
* Travis: Removed sudos.John MacFarlane2017-08-22
|
* Travis: shut down essential services and show memory.John MacFarlane2017-08-22
| | | | Also after failure.
* Travis: use lts-9 with ghc 8.0.2 stack build. Remove swap stuff.John MacFarlane2017-08-21
| | | | It didn't help.
* travis: create some swap space.John MacFarlane2017-08-21
| | | | This may help with regex-tdfa build failures...
* Travis: try a cabal build without embed_data_files.John MacFarlane2017-08-11
|
* Travis: more options tweaks.John MacFarlane2017-08-08
|
* Travis: don't use -Wincomplete-uni-patterns.John MacFarlane2017-08-08
|
* Travis: Don't use -Wcompat.John MacFarlane2017-08-08
|
* Travis: only use fancy warnings for recent ghc.John MacFarlane2017-08-08
|
* Use extra ghc warnings.John MacFarlane2017-08-08
| | | | | In addition to `-Wall`: `-Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances`
* Revert "Travis: Try not caching .cabal."John MacFarlane2017-07-24
| | | | This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79.
* Revert "Travis: try not caching .ghc."John MacFarlane2017-07-24
| | | | This reverts commit 434309802ca86b1862dae4ebf47fd4904876c522.
* Travis: try not caching .ghc.John MacFarlane2017-07-24
|
* Travis: Try not caching .cabal.John MacFarlane2017-07-24
| | | | Hoping this solves the problems with recent builds.
* Revert "Use cabal-2.0 for 8.2.1 (#3814)"John MacFarlane2017-07-24
| | | | This reverts commit d8f07fad09f3b5b0c586dd8a4ba23b19efef6152.
* Use cabal-2.0 for 8.2.1 (#3814)Matthew Pickering2017-07-24
|