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

Fix Travis deployment stage #123

Merged
merged 16 commits into from Jul 1, 2017
Merged

Fix Travis deployment stage #123

merged 16 commits into from Jul 1, 2017

Commits on Jun 30, 2017

  1. Update .travis.yml

    ncs-alane committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    060ba0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f096b36 View commit details
    Browse the repository at this point in the history
  3. Skip install in depoy stage

    ncs-alane committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    23fac4c View commit details
    Browse the repository at this point in the history
  4. Exclude vendor from RuboCop

    ncs-alane committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    4a73a8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    492b39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26e3241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16dde82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb29f63 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Update Travis configuration

    - return unit stage to regular matrix
    - use default install command
    - test Terraform version 0.9.10
    ncs-alane committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    704afa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6782ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb1cc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da051a View commit details
    Browse the repository at this point in the history
  5. Explicitly specify RuboCop configuration

    This should avoid configurations under `vendor/`.
    ncs-alane committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    e8d3acf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0afd2ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44efdb9 View commit details
    Browse the repository at this point in the history
  8. Replace after_success skip with []

    `after_success` does not support `skip`
    ncs-alane committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    7ab2ee8 View commit details
    Browse the repository at this point in the history