Merge pull request #1285 from davidjeddy/patch-2

Update .travis.yml
This commit is contained in:
buddha87 2016-04-07 16:40:38 +02:00
commit 4f9357c792

View File

@ -27,7 +27,6 @@ install:
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.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=*"
- |
@ -36,7 +35,6 @@ install:
php yii migrate/up --includeModuleMigrations=1 --interactive=0
php yii installer/auto
cd ../../../../..
cd protected/humhub/tests
codecept build
cd ../../../
@ -45,4 +43,4 @@ script:
- |
php -S localhost:8080 > /dev/null 2>&1 &
cd protected/humhub/tests/
codecept run
codecept run