File tree Expand file tree Collapse file tree 4 files changed +1004
-475
lines changed Expand file tree Collapse file tree 4 files changed +1004
-475
lines changed Original file line number Diff line number Diff 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}'`
4040install :
41- - npm install -g grunt-cli
41+ - npm install -g grunt-cli@^1.0.0
4242 - npm install -g mocha
4343 - ls -lRa
4444script :
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 .
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments