Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit f8c97a9

Browse files
committed
Removed runtests shell script
1 parent 9228104 commit f8c97a9

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ before_script:
4141

4242
script:
4343
- phpunit --coverage-text
44-
- ./Tests/Resources/bin/runtests.sh
44+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./vendor/symfony-cmf/testing/bin/server &
45+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./vendor/bin/behat
4546

4647
notifications:
4748
irc: "irc.freenode.org#symfony-cmf"

Tests/Resources/bin/runtests.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)