forked from gitscrum-team/laravel-gitscrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7dd5dd
commit 0012171
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
language: php | ||
|
||
php: | ||
- 5.6 | ||
- 7.0 | ||
- hhvm | ||
|
||
addons: | ||
hosts: | ||
- app.gitscrum.dev | ||
|
||
install: | ||
- travis_retry composer self-update | ||
- travis_retry composer clear-cache | ||
- travis_retry composer install | ||
- mysql -e 'create database develop;' -uroot | ||
- mysql -e "grant all privileges on *.* to 'travis'@'localhost' with grant option;" -uroot | ||
|
||
before_script: | ||
|
||
script: | ||
|
||
after_script: | ||
- php artisan migrate --seed | ||
|
||
matrix: | ||
fast_finish: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters