forked from phase2/grunt-drupal-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 717 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: php
php:
- 5.4
before_install:
- composer self-update
- echo "sendmail_path='true'" >> `php --ini | grep "Loaded Configuration" | awk '{print $4}'`
install:
- echo "Code checkout disk usage"; du -chs .; ls -lRa
- ./test/create_working_copy.sh
- cd test/working_copy
- echo "Example working copy disk usage"; du -chs .
- npm install -g grunt-cli
- npm install -g mocha
script:
- export PATH=$PATH:`pwd`/bin
- grunt --timer
- echo "Example fully built disk usage"; du -chs .
- grunt drush:liteinstall --timer
- grunt drush:runserver &
- until netstat -an 2>/dev/null | grep '8080.*LISTEN'; do sleep 0.2; done
- grunt test --timer
- mocha node_modules/grunt-drupal-tasks/test