Skip to content

Commit fbf3ae5

Browse files
committed
Use an older version of Grunt.
1 parent 22a7418 commit fbf3ae5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ matrix:
1717

1818
before_script:
1919
- composer install
20-
- npm update -g
21-
- npm install -g grunt-cli
2220
- npm install
2321
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
2422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-compatibility-checker",
33
"devDependencies": {
4-
"grunt": "^1.0.1",
4+
"grunt": "^0.4.5",
55
"grunt-wp-readme-to-markdown": "^2.0.0",
66
"node-qunit-phantomjs": "^1.4.0"
77
},

0 commit comments

Comments
 (0)