Browse Source

debugging travis

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
d172e38b20
  1. 3
      .travis.yml

3
.travis.yml

@ -23,7 +23,8 @@ install:
# basic application:
- pwd
- composer install --dev --prefer-dist -d apps/basic
- cd apps/basic && php vendor/bin/codecept build
- cd apps/basic && php vendor/bin/codecept build && cd ../..
- pwd
- cd apps/basic/web && php -S localhost:8080 &
- pwd

Loading…
Cancel
Save