Skip to content

Commit e314382

Browse files
authored
Update travis status image
migrate from org to com
1 parent fc15f86 commit e314382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### An artisan command to check for pending migrations. Exits with non-zero code if there any.
22

3-
[![Build Status](https://img.shields.io/travis/erjanmx/laravel-migrate-check/master.svg?style=flat-square)](https://travis-ci.org/erjanmx/laravel-migrate-check)
3+
[![Build Status](https://app.travis-ci.com/erjanmx/laravel-migrate-check.svg?branch=master)](https://app.travis-ci.com/erjanmx/laravel-migrate-check)
44

55
Laravel has a `migrate:status` command to check status of migrations. But this command mostly for humans. There are situations where one needs to know whether to run migrations when using autodeployment, maybe with switching to maintenance mode.
66

0 commit comments

Comments
 (0)