Skip to content

Commit

Permalink
Merge pull request #2 from php-stubs/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 12, 2021
2 parents a44e30c + eb67fa3 commit acf0f06
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ dist: "bionic"
php:
- "7.3"
- "7.4"
- "nightly"

jobs:
allow_failures:
- php: "nightly"
- "8.0"

cache:
directories:
Expand All @@ -25,4 +21,4 @@ install:
- "composer update"

script:
- "vendor/bin/phpunit"
- "vendor/bin/phpunit --verbose"

0 comments on commit acf0f06

Please sign in to comment.