Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Apr 28, 2020
2 parents 2ff27e1 + da2beb5 commit fec2792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ before_script:
- pecl install pcov
- travis_retry composer self-update;
- travis_retry composer config --global github-protocols https;
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com "$NOVA_USERNAME" "$NOVA_PASSWORD"; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
- travis_retry composer install --no-interaction --prefer-source;
- psql -c "CREATE DATABASE testing;" -U postgres
Expand Down
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Expand Up @@ -11,15 +11,15 @@
stopOnFailure="true"
>
<testsuites>
<testsuite name="Setup">
<directory>./tests/AlwaysRunFirstTest.php</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Integration">
<directory suffix="Test.php">./tests/Integration</directory>
</testsuite>
<testsuite name="Nova">
<directory suffix="Test.php">./tests/Nova</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="false">
Expand Down

0 comments on commit fec2792

Please sign in to comment.