ci: fix typo

This commit is contained in:
Eduardo San Martin Morote
2018-08-08 12:22:27 +02:00
parent 581c1a09ac
commit 79e57874f7

View File

@@ -34,7 +34,7 @@ jobs:
- save_cache: - save_cache:
paths: paths:
- pack - pack
key: v1-dependencies-{{ checksum "Makfelie" }} key: v1-dependencies-{{ checksum "Makefile" }}
# run tests! # run tests!
- run: make test - run: make test