Make travis install fail if yarn lock needs updating

pull/352/head
Nathan Downs 2019-04-03 16:27:17 -07:00
parent af5f75d541
commit 77f1d27ae8
1 changed files with 1 additions and 1 deletions

View File

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