Skip to content

Commit

Permalink
Merge pull request TGMPA#772 from TGMPA/feature/travis-tweaks
Browse files Browse the repository at this point in the history
Build/Travis/Composer: various tweaks
  • Loading branch information
GaryJones authored Feb 11, 2019
2 parents 46d80fb + 065c809 commit f4c345b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ matrix:
- php: '5.6'
# aliased to a recent 7.0.x version
- php: '7.0'
env: SNIFF=1
# aliased to a recent 7.2.x version
- php: '7.2'
# aliased to a recent 7.3.x version
- php: '7.3'
env: SNIFF=1
# 7.4.x/develop version
- php: "7.4snapshot"

before_script:
# Speed up build time by disabling Xdebug when its not needed.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"php": ">=5.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"wp-coding-standards/wpcs": "^1.0"
"wp-coding-standards/wpcs": "^2.0"
},
"autoload": {
"files": ["class-tgm-plugin-activation.php"]
Expand Down

0 comments on commit f4c345b

Please sign in to comment.