Skip to content

Commit

Permalink
Fail Travis build if yarn.lock hasn't been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone committed Aug 9, 2018
1 parent 949b91b commit 717c757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- export PATH="$HOME/.yarn/bin:$PATH"

install:
- yarn
- yarn --frozen-lockfile

before_script:
- psql --command="CREATE DATABASE $DATABASE_NAME;" --username="$DATABASE_USER"
Expand Down

0 comments on commit 717c757

Please sign in to comment.