1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-26 07:58:47 +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:
only:
- gh-pages
install: yarn install
install: yarn install --frozen-lockfile
script: yarn test