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 0a1f829 commit 853c8cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
steps:
- checkout
- restore-cache:
keys:
- *bundler_cache_key
- *jabba_cache_key
- *allure_cache_key
key: *bundler_cache_key
- restore-cache:
key: *jabba_cache_key
- restore-cache:
key: *allure_cache_key
- run:
name: Install dependencies
command: bundle install --path vendor/bundle
Expand Down

0 comments on commit 853c8cf

Please sign in to comment.