Skip to content

Commit 42bd284

Browse files
authored
Merge pull request #2 from open-source-contributions/test_enhancement
Improve Travis CI setting and Git ignore files
2 parents 70ab70c + 8b6984a commit 42bd284

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
/vendor
1+
/vendor
2+
3+
# PHPUnit
4+
.phpunit.result.cache
5+
6+
# PHP CS Fixer
7+
.php_cs.cache

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22

33
php:
44
- 7.3
5+
- 7.4
56

67
before_script:
78
- travis_retry composer install --prefer-dist --no-interaction
@@ -11,4 +12,4 @@ cache:
1112
- vendor
1213

1314
script:
14-
- vendor/bin/phpunit --testdox --verbose
15+
- vendor/bin/phpunit --testdox --verbose

0 commit comments

Comments
 (0)