Skip to content

Commit

Permalink
Fixing Circle CI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Jul 7, 2017
1 parent f223832 commit 0a1f829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- checkout
- restore-cache:
keys:
- *bundler_cache_key
- *jabba_cache_key
- *allure_cache_key
keys:
- *bundler_cache_key
- *jabba_cache_key
- *allure_cache_key
- run:
name: Install dependencies
command: bundle install --path vendor/bundle
Expand Down

0 comments on commit 0a1f829

Please sign in to comment.