Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mattn/go-colorable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.10
Choose a base ref
...
head repository: mattn/go-colorable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.11
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 29, 2021

  1. Migrate to GitHub actions for CI testing

    Travis CI no longer seems to be working:
    https://app.travis-ci.com/github/mattn/go-colorable
    
    Add a GitHub action instead, based on the one from
    github.com/mattn/go-isatty
    tklauser committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    b004592 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from tklauser/gh-actions

    Migrate to GitHub actions for CI testing
    mattn authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    797e0c2 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    mattn committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    77502a5 View commit details
    Browse the repository at this point in the history
Loading