Skip to content

Commit acf0f06

Browse files
authored
Merge pull request #2 from php-stubs/szepeviktor-patch-1
2 parents a44e30c + eb67fa3 commit acf0f06

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ dist: "bionic"
88
php:
99
- "7.3"
1010
- "7.4"
11-
- "nightly"
12-
13-
jobs:
14-
allow_failures:
15-
- php: "nightly"
11+
- "8.0"
1612

1713
cache:
1814
directories:
@@ -25,4 +21,4 @@ install:
2521
- "composer update"
2622

2723
script:
28-
- "vendor/bin/phpunit"
24+
- "vendor/bin/phpunit --verbose"

0 commit comments

Comments
 (0)