1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Make travis install fail if yarn lock needs updating

This commit is contained in:
Nathan Downs 2019-04-03 16:27:17 -07:00
parent af5f75d541
commit 77f1d27ae8

View File

@ -6,5 +6,5 @@ git:
branches: branches:
only: only:
- gh-pages - gh-pages
install: yarn install install: yarn install --frozen-lockfile
script: yarn test script: yarn test