Travis: Ensure that yarn.lock is up to date (#487)

See https://github.com/istarkov/google-map-react/pull/483#issuecomment-353480981
This commit is contained in:
Joseph Frazier 2017-12-28 05:43:15 -05:00 committed by Michael Diego
parent 7814901c64
commit 9d5a1cc37f

View File

@ -4,6 +4,8 @@ node_js:
cache:
directories:
- node_modules
before_script:
- git diff --exit-code # make sure that yarn.lock didn't change
script:
- yarn run lint
- yarn test