File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before_script:
27
27
- pecl install pcov
28
28
- travis_retry composer self-update;
29
29
- travis_retry composer config --global github-protocols https;
30
- - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
30
+ - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com " $NOVA_USERNAME" " $NOVA_PASSWORD" ; fi'
31
31
- ' if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
32
32
- travis_retry composer install --no-interaction --prefer-source;
33
33
- psql -c "CREATE DATABASE testing;" -U postgres
Original file line number Diff line number Diff line change 11
11
stopOnFailure =" true"
12
12
>
13
13
<testsuites >
14
- <testsuite name =" Setup" >
15
- <directory >./tests/AlwaysRunFirstTest.php</directory >
16
- </testsuite >
17
14
<testsuite name =" Feature" >
18
15
<directory suffix =" Test.php" >./tests/Feature</directory >
19
16
</testsuite >
20
17
<testsuite name =" Integration" >
21
18
<directory suffix =" Test.php" >./tests/Integration</directory >
22
19
</testsuite >
20
+ <testsuite name =" Nova" >
21
+ <directory suffix =" Test.php" >./tests/Nova</directory >
22
+ </testsuite >
23
23
</testsuites >
24
24
<filter >
25
25
<whitelist processUncoveredFilesFromWhitelist =" false" >
You can’t perform that action at this time.
0 commit comments