Skip to content

Commit 851d010

Browse files
Travis fix
1 parent 352347e commit 851d010

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
@@ -14,7 +14,7 @@ before_script:
1414
- composer self-update
1515
- touch storage/testing.sqlite
1616
- composer install -n --prefer-dist
17-
- php artisan migrate --database=sqlite_testing --force
17+
- php artisan migrate --env=testing --database=sqlite_testing --force
1818
- ./vendor/bin/codecept build
1919

2020
script:

0 commit comments

Comments
 (0)