Skip to content

Commit

Permalink
Merge a9ee40a into 39ae56d
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 18, 2020
2 parents 39ae56d + a9ee40a commit fefbbf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -109,6 +109,9 @@ jobs:
- php: 7.2
env: PHPCS_VERSION="3.2.0"

- php: 7.4
env: PHPCS_VERSION="4.0.x-dev@dev"

- php: "nightly"
env: PHPCS_VERSION="n/a" LINT=1

Expand All @@ -132,6 +135,7 @@ jobs:
allow_failures:
# Allow failures for unstable builds.
- php: "nightly"
- env: PHPCS_VERSION="4.0.x-dev@dev"


before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
},
"require" : {
"php" : ">=5.4",
"squizlabs/php_codesniffer" : "^2.6.0 || ^3.1.0",
"squizlabs/php_codesniffer" : "^2.6.0 || ^3.1.0 || 4.0.x-dev@dev",
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5 || ^0.6.2"
},
"require-dev" : {
Expand Down

0 comments on commit fefbbf0

Please sign in to comment.