Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Travis CI #16

Merged
merged 5 commits into from
Feb 24, 2017
Merged

Enable Travis CI #16

merged 5 commits into from
Feb 24, 2017

Commits on Feb 10, 2017

  1. Enable Travis CI

    * Drop support for GHC 6.12.3 and 7.4.1
    * Add support for GHC 8.0.2
    Mitsutoshi Aoe committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    da02f41 View commit details
    Browse the repository at this point in the history
  2. Narrow lower version bound for containers

    GHC.RTS.EventsIncremental uses Data.IntMap.Strict which requires
    containers >= 0.5.
    Mitsutoshi Aoe committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    b0e5b2d View commit details
    Browse the repository at this point in the history
  3. Define die conditionally for older base

    Mitsutoshi Aoe committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    8789ac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Disable currently broken write-merge test

    Mitsutoshi Aoe committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    1f34359 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. travis: Skip tests which are not buildable

    Mitsutoshi Aoe committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    32c2ca0 View commit details
    Browse the repository at this point in the history