From 91ca08df25d9741f23840e41f040aa63688a5ccb Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Mon, 23 Jul 2018 11:58:36 +0200 Subject: [PATCH] * [ADD] Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 437ed834..6dcce6e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - composer self-update - composer install --prefer-source --no-interaction --dev -script: phpunit --bootstrap $TRAVIS_BUILD_DIR/test/bootstrap.php $TRAVIS_BUILD_DIR/test +script: ./vendor/bin/phpunit --bootstrap ./test/bootstrap.php ./test notifications: on_success: never