File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 11language : php
2+ dist : xenial
23
34php :
4- - 7.2
5- - 7.3
5+ - 7.2
6+ - 7.3
67
7- dist : xenial
8+ env :
9+ - DB=mysql:5.7 ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
10+
11+ before_script :
12+ - mysql -e "create database IF NOT EXISTS testing;" -uroot;
813
9- services :
10- - mysql
14+ before_install :
15+ - travis_retry composer self-update
16+ - composer require "orchestra/testbench:${TESTBENCH_VERSION}" --no-update --dev
17+ - composer require "illuminate/support:${ILLUMINATE_VERSION}" --no-update
18+
19+ install : composer update --prefer-source --no-interaction
1120
1221sudo : true
1322
1423cache :
15- directories :
16- - $HOME/.composer/cache
17-
18- before_script :
19- - travis_retry composer self-update
20- - travis_retry composer update --no-interaction
21- - mysql -e "create database IF NOT EXISTS testing;" -uroot;
24+ directories :
25+ - $HOME/.composer/cache
2226
2327script :
24- - vendor/bin/phpunit
28+ - vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments