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

Initial repo layout #6

Merged
merged 3 commits into from
Aug 5, 2020
Merged

Initial repo layout #6

merged 3 commits into from
Aug 5, 2020

Commits on Jul 5, 2020

  1. feat: initial scaffold

    Signed-off-by: Dominykas Blyžė <hello@dominykas.com>
    dominykas committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    f03e9d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. feat: re-order the versions so that the newest version is tested first

    Travis runs jobs from top to bottom, and the newest nodes are both the most important ones and the fastest ones, so to get the fastest feedback, you want to see those results first (and you want them to thus finish first). This is more important when you have more than 5 builds (since 5 is the current throttling threshold for travis) but can also happen when you have other projects in the same org running.
    
    Signed-off-by: Dominykas Blyžė <hello@dominykas.com>
    dominykas committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    a720c7a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    5d77c81 View commit details
    Browse the repository at this point in the history