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

travis: Remove error-type examples's cache #551

Merged
merged 2 commits into from
May 25, 2017
Merged

travis: Remove error-type examples's cache #551

merged 2 commits into from
May 25, 2017

Commits on May 25, 2017

  1. travis: Remove error-type examples's cache

    Exercise's examples that are always expected to
    fail the building step are rebuilt by Stack
    everytime. This triggers a cache update in
    Travis-CI, even when nothing changed in the
    repository.
    
    While this problem doesn't affect pull requests
    that already change the cache, it slows down
    the all the other PRs by sometimes around 3 minutes.
    
    Removing the cache folder for error-type examples,
    we expect to have clean rebuilds in Travis.
    
    Closes #544.
    rbasso committed May 25, 2017
    Configuration menu
    Copy the full SHA
    9230243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc1542 View commit details
    Browse the repository at this point in the history