Skip to content

Commit dafbb6c

Browse files
committed
Update readme.md
1 parent aa9d290 commit dafbb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<a href="https://packagist.org/packages/distinctm/laravel-data-sync" target="_blank"><img src="https://poser.pugx.org/distinctm/laravel-data-sync/d/total.svg" alt="Total Downloads"></a>
33
<a href="https://packagist.org/packages/distinctm/laravel-data-sync" target="_blank"><img src="https://poser.pugx.org/distinctm/laravel-data-sync/v/stable.svg" alt="Latest Stable Version"></a>
4-
<a href="https://travis-ci.com/distinctm/laravel-data-sync"><img src="https://www.travis-ci.com/distinctm/laravel-data-sync.svg?branch=master" alt="Travis CI Build Status: Master"></a>
4+
<a href="https://travis-ci.com/distinctm/laravel-data-sync"><img src="https://api.travis-ci.com/nullthoughts/laravel-data-sync.svg?branch=master" alt="Travis CI Build Status: Master"></a>
55
</p>
66

77
# Laravel Data Sync
@@ -36,8 +36,8 @@ If using Laravel Forge, you can have the data sync run automatically on deploy.
3636
```
3737
if [ -f artisan ]
3838
then
39-
php artisan data:sync
4039
php artisan migrate --force
40+
php artisan data:sync
4141
fi
4242
```
4343

0 commit comments

Comments
 (0)