We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a7418 commit fbf3ae5Copy full SHA for fbf3ae5
.travis.yml
@@ -17,8 +17,6 @@ matrix:
17
18
before_script:
19
- composer install
20
- - npm update -g
21
- - npm install -g grunt-cli
22
- npm install
23
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
24
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "php-compatibility-checker",
3
"devDependencies": {
4
- "grunt": "^1.0.1",
+ "grunt": "^0.4.5",
5
"grunt-wp-readme-to-markdown": "^2.0.0",
6
"node-qunit-phantomjs": "^1.4.0"
7
},
0 commit comments