Skip to content

Commit

Permalink
try fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagetsuki committed Dec 26, 2017
1 parent 7e428bd commit ea30293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
docker:
- image: circleci/ruby:2.4.1

working_directory: ~/repo
working_directory: ~/emojidex

steps:
- checkout

- restore_cache:
keys:
- v1-dependencies-{{ checksum "Gemfile.lock" }}
- v1-dependencies-{{ checksum "Gemfile" }}
- v1-dependencies-

- run:
Expand All @@ -22,7 +22,7 @@ jobs:
- save_cache:
paths:
- ./vendor/bundle
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
key: v1-dependencies-{{ checksum "Gemfile" }}

- run:
name: run tests
Expand Down

0 comments on commit ea30293

Please sign in to comment.