Skip to content

Commit

Permalink
ci: Add --check-files to yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Aug 16, 2018
1 parent bb1e7b4 commit 2991233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_install:
- npm install -g greenkeeper-lockfile yarn
- greenkeeper-lockfile-update

install: yarn install
install: yarn install --check-files

before_script: if [[ $GH_TOKEN ]]; then ./prepare-gpg-key.sh; fi;

Expand Down

0 comments on commit 2991233

Please sign in to comment.