This commit is contained in:
Marco Castelluccio 2016-04-04 15:27:41 +01:00
Родитель aef67d86c7
Коммит f1bc5f23bd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@ matrix:
env: WP_VERSION=latest WP_MULTISITE=1
before_script:
- ./install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- composer install --working-dir=wp-add-to-homescreen --prefer-source --no-interaction
- composer install --working-dir=wp-add-to-homescreen --prefer-dist --no-interaction
- npm install -g bower
- cd wp-add-to-homescreen && bower install && cd ..

Просмотреть файл

@ -12,7 +12,7 @@ First clone the repository.
Once inside the repository you will need [composer](https://getcomposer.org) and [bower](http://bower.io/) installed. Go to the folder `wp-add-to-homescreen` inside the repository folder and run:
```
$ composer install --prefer-source --no-interaction
$ composer install
$ bower install
```