Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117746766
install.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
617 B
Referenced Files
None
Subscribers
None
install.sh
View Options
#!/bin/bash
# The script is intended for use on Travis with Trusty distribution
set
-x
DIR
=
$(
dirname
$0
)
# Enable xdebug for code coverage
if
[
"
$CODE_COVERAGE
"
!
=
1
]
;
then
phpenv config-rm xdebug.ini
||
true
;
fi
cd
$DIR
/..
cp composer.json-dist composer.json
# Add laravel/dusk for Browser tests
if
[
"
$BROWSER_TESTS
"
=
1
]
;
then
composer require
"laravel/dusk:~5.7.0"
--no-update
;
fi
# Remove qr-code as it requires php-gd which is not always available on Travis
# and we don't really need it for tests
composer remove endroid/qr-code --no-update
# Install PHP dependencies
composer install --prefer-dist
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Apr 3 2026, 11:52 PM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821574
Default Alt Text
install.sh (617 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline