-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.multi-tester.yml
56 lines (48 loc) · 1.61 KB
/
.multi-tester.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
pug-php/pug:
source:
success_only: true
url: https://github.com/pug-php/pug.git
reference: master
install: github
script: github
pug/bemto:
autoload:
- cp -r vendor/phug/phug vendor/phug/compiler
- cp -r vendor/phug/phug vendor/phug/formatter
- composer self-update 1.10.17
- composer dump-autoload --optimize --no-interaction --quiet
- composer self-update --2
pug-php/pug-assets:
install:
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
- composer install --no-interaction
pug-php/pug-minify:
install:
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
- composer install --no-interaction
pug/slim:
install:
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
- composer install --no-interaction
pug/twig:
autoload:
- cp -r vendor/phug/phug vendor/phug/compiler
- composer self-update 1.10.17
- composer dump-autoload --optimize --no-interaction --quiet
- composer self-update --2
ci-pug/ci-pug:
install:
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
- composer install --no-interaction
bkwld/laravel-pug:
source:
success_only: true
url: https://github.com/BKWLD/laravel-pug.git
reference: master
install: github
script: github
pug/yii2:
install:
- composer config --no-plugins allow-plugins.yiisoft/yii2-composer true
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
- composer install --no-interaction