mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Update .travis.yml and composer.json
This commit is contained in:
+5
-5
@@ -32,6 +32,11 @@ addons:
|
||||
before_install:
|
||||
- composer validate
|
||||
|
||||
install:
|
||||
- yes '' | pecl install imagick
|
||||
# Install composer packages.
|
||||
- composer install --prefer-dist
|
||||
|
||||
before_script:
|
||||
# Create mysql database and user.
|
||||
- mysql -u root -e "SET GLOBAL innodb_file_per_table = 1;"
|
||||
@@ -54,10 +59,5 @@ before_script:
|
||||
# Configure environment settings
|
||||
- cp .env.travis .env
|
||||
|
||||
install:
|
||||
- yes '' | pecl install imagick
|
||||
# Install composer packages.
|
||||
- composer install --prefer-dist
|
||||
|
||||
script:
|
||||
phpunit
|
||||
|
||||
+2
-4
@@ -154,12 +154,10 @@
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"nntmux\\build\\ComposerScripts::postInstall",
|
||||
"nntmux\\build\\ComposerScripts::postInstallCmd",
|
||||
"php tmux optimize"
|
||||
"nntmux\\build\\ComposerScripts::postInstallCmd"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"nntmux\\build\\ComposerScripts::postUpdate",
|
||||
"php tmux optimize"
|
||||
"nntmux\\build\\ComposerScripts::postUpdate"
|
||||
]
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Reference in New Issue
Block a user