Commit fdb125c9 authored by Tobias Munk's avatar Tobias Munk

fixed travis build

parent 4a43dbed
Pipeline #5043 failed with stages
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
......@@ -21,6 +19,7 @@ env:
- DB_ENV_MYSQL_USER=test
- DB_ENV_MYSQL_PASSWORD=test123
install:
- npm install -g less
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer self-update && composer --version
- composer global require --prefer-dist "codeception/codeception:2.0.*" "codeception/specify:*" "codeception/verify:*" && composer global dumpautoload --optimize
......@@ -40,7 +39,8 @@ before_script:
- php yii migrate --migrationLookup=@root/tests/codeception/_migrations --interactive=0
script:
- codecept -v run unit && codecept -v run functional prod
- codecept -v run unit
- codecept -vv run functional prod
after_success:
- php yii app/setup-docs --interactive=0
......
......@@ -3,12 +3,13 @@
php:
volumes:
- .:/app
- /Users/tobias/hrzg/git/phundament/ee-docs:/app/docs-ext
nginx:
ports:
- '40080:80'
volumes:
- .:/app
mariadb:
ports:
- '43306:3306'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment