Update .travis.yml

Cleaned up ./travis.yml a bit.
This commit is contained in:
David J Eddy 2015-11-02 12:08:46 -05:00
parent 0d5e6e31e7
commit 72dfdd88c9

View File

@ -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