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

Add support for CircleCI 2.0 #934

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 27, 2018

  1. Generate a CircleCI 2.0 config file

    And update automatic staging app deployment config
    mehlah committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    5173e6a View commit details
    Browse the repository at this point in the history
  2. Remove CircleCI 1.0 artifacts path config for SimpleCov

    This is not necessary anymore with CircleCI 2.0.
    Note also that `CIRCLE_ARTIFACTS` isn't defined in 2.0
    https://circleci.com/docs/2.0/migration/#tips-for-migrating-from-10-to-20
    
    The default directory `coverage` is added to stored artifacts paths so
    it shows up on circleci.com `Artifacts` tab.
    mehlah committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    72827ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab50b97 View commit details
    Browse the repository at this point in the history