Skip to content

Commit

Permalink
fix: add missing copyright-header dependency on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed May 14, 2018
1 parent d4d639f commit ceca5c4
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 @@ -29,14 +29,14 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v2-dependencies-

- run: sudo apt install rsync

- run: sudo apt install rsync ruby ruby-dev cmake libicu-dev pkg-config
- run: sudo gem install --no-document copyright-header
- run: npm install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package-lock.json" }}
key: v2-dependencies-{{ checksum "package-lock.json" }}

# a couple of special cases needed just for local builds
- run: |
Expand Down

0 comments on commit ceca5c4

Please sign in to comment.