Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick477 committed Jun 15, 2018
1 parent 4ba507b commit 65794c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ before_install:

install:
- composer install --no-interaction --prefer-dist
# - (cd tests/Application && yarn install)
- (cd tests/Application && yarn install)

before_script:
- (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
- (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
- (cd tests/Application && bin/console assets:install web --env=test -vvv)
# - (cd tests/Application && yarn run gulp)
- (cd tests/Application && yarn run gulp)

# Configure display
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1680x1050x16
Expand Down Expand Up @@ -66,7 +66,6 @@ before_script:
script:
- composer validate --strict

- bin/phpunit
- bin/phpspec run
- bin/behat --strict -vvv --no-interaction || bin/behat --strict -vvv --no-interaction --rerun

Expand Down

0 comments on commit 65794c6

Please sign in to comment.