Skip to content

Commit

Permalink
Merge 1917044 into 62c316a
Browse files Browse the repository at this point in the history
  • Loading branch information
derekherman committed Dec 18, 2019
2 parents 62c316a + 1917044 commit d27a874
Show file tree
Hide file tree
Showing 7 changed files with 271 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .dev-lib
Expand Up @@ -4,4 +4,4 @@ PHPUNIT_CONFIG=phpunit.xml.dist
DOCKER_PHPUNIT_BIN=bin/phpunit
DOCKER_WORKDIR=/app/wp-content/plugins/wporg-tide-api
DOCKER_IMAGE=api-php
WP_VERSION=4.9.8
WP_VERSION=5.3.1
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,3 +1,5 @@
dist: trusty

sudo: required

notifications:
Expand All @@ -12,16 +14,14 @@ cache:
directories:
- $HOME/phpunit-bin

language:
- php
- node_js
language: php

php:
- 7.2.6

env:
global:
- WP_VERSION=4.9.8
- WP_VERSION=5.3.1
- WP_MULTISITE=0
- PHPUNIT_VERSION=6

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -12,9 +12,9 @@
}
],
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"wimg/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"php-coveralls/php-coveralls": "~2.1"
"phpcompatibility/php-compatibility": "*",
"php-coveralls/php-coveralls": "~2.2"
}
}

0 comments on commit d27a874

Please sign in to comment.