mirror of
https://github.com/humhub/humhub.git
synced 2025-04-30 04:08:18 +02:00
Update .travis.yml
Cleaned up ./travis.yml a bit.
This commit is contained in:
parent
0d5e6e31e7
commit
72dfdd88c9
@ -29,7 +29,6 @@ install:
|
||||
- travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0"
|
||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
- travis_retry composer install --dev --prefer-dist --no-interaction
|
||||
|
||||
- travis_retry composer global require "codeception/codeception=2.0.*" "codeception/specify=*" "codeception/verify=*"
|
||||
|
||||
- |
|
||||
@ -38,7 +37,6 @@ install:
|
||||
php yii migrate/up --includeModuleMigrations=1 --interactive=0
|
||||
php yii installer/auto
|
||||
cd ../../../../..
|
||||
|
||||
cd protected/humhub/tests
|
||||
codecept build
|
||||
cd ../../../
|
||||
@ -47,4 +45,4 @@ script:
|
||||
- |
|
||||
php -S localhost:8080 > /dev/null 2>&1 &
|
||||
cd protected/humhub/tests/
|
||||
codecept run
|
||||
codecept run
|
||||
|
Loading…
x
Reference in New Issue
Block a user