Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 7ac794b

Browse files
committed
Fix travis build
1 parent c764a30 commit 7ac794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- composer self-update
1212
- composer install --prefer-source --no-interaction --dev
1313
# Setup the database with sample data
14-
- php artisan migrate --seed
14+
- php artisan migrate --seed --force
1515
# Install elixir and gulp
1616
- npm install
1717
# Syntax checker for php files

0 commit comments

Comments
 (0)