Skip to content

Commit c76f64a

Browse files
committed
Merge pull request #244 from phase2/feature/update_grunt_ver
Updating tests and example to use Grunt 1.0.0
2 parents 859c22a + 8079030 commit c76f64a

File tree

4 files changed

+1004
-475
lines changed

4 files changed

+1004
-475
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ before_install:
3838
- composer self-update
3939
- echo "sendmail_path='true'" >> `php --ini | grep "Loaded Configuration" | awk '{print $4}'`
4040
install:
41-
- npm install -g grunt-cli
41+
- npm install -g grunt-cli@^1.0.0
4242
- npm install -g mocha
4343
- ls -lRa
4444
script:
4545
- echo "Code checkout disk usage"; du -chs .
4646
- ./test/create_working_copy.sh
4747
- cd test/working_copy/
4848
- echo "Working copy disk usage"; du -chs .
49+
- grunt --version
4950
- grunt help
5051
- grunt --quiet --timer
5152
- echo "Fully built disk usage"; du -chs .

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"grunt": "~0.4.5",
7+
"grunt": "^1.0.0",
88
"grunt-drupal-tasks": "~0.10.0",
99
"zombie": "^2.5.1"
1010
}

0 commit comments

Comments
 (0)