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

Update .travis.yml #427

Merged
merged 1 commit into from
May 3, 2017
Merged

Update .travis.yml #427

merged 1 commit into from
May 3, 2017

Commits on Apr 21, 2017

  1. Update .travis.yml

    * Update Rubies to latest version.
    * Add ruby-head as allow_failures.
      * It's good to know new version Ruby's issue as faster before the release.
      * fast_finish is to get the Travis result as faster
        without waiting the result of the "allow_failures" items.
        See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
    * Update it because Travis changed the behavior of "bundler install"
      to use --path.
      $ bundle install --path=${BUNDLE_PATH:-vendor/bundle}
    junaruga committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    f4d42b7 View commit details
    Browse the repository at this point in the history