Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
fixup! [travis] added strings check
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Dec 5, 2016
1 parent 81feacb commit c4a136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
- php: 5.6
env: BEFORE="./bin/travis/prepare_behat.sh" TEST_CMD="./bin/travis/runbehat.sh" AFTER_SUCCESS='echo "After success"' RUN_INSTALL=1 COMPOSE_FILE="doc/docker-compose/base-prod.yml:doc/docker-compose/selenium.yml" SYMFONY_ENV=behat SYMFONY_DEBUG=0
- php: 5.6
env: BEFORE="./bin/travis/prepare_behat.sh" TEST_CMD="/bin/travis/runcheckstrings.sh" AFTER_SUCCESS='echo "After success"' RUN_INSTALL=1 COMPOSE_FILE="$HOME/build/ezplatform/doc/docker-compose/base-dev.yml" SYMFONY_ENV=dev SYMFONY_DEBUG=1
env: BEFORE="./bin/travis/prepare_behat.sh" TEST_CMD="./bin/travis/runcheckstrings.sh" AFTER_SUCCESS='echo "After success"' RUN_INSTALL=1 COMPOSE_FILE="$HOME/build/ezplatform/doc/docker-compose/base-dev.yml" SYMFONY_ENV=dev SYMFONY_DEBUG=1
- env: BEFORE="./bin/travis/setupnode.sh" TEST_CMD="./bin/travis/runnode.sh" AFTER_SUCCESS="./bin/travis/generate_apidoc.sh"
- php: 7.0
env: BEFORE="./bin/travis/setupphpunit.sh" TEST_CMD="./vendor/bin/phpunit -c phpunit.xml" AFTER_SUCCESS='echo "After success"'
Expand Down

0 comments on commit c4a136e

Please sign in to comment.