summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-16 18:04:52 +0200
committernashe <thomas@chauchefoin.fr>2017-07-16 18:04:52 +0200
commit0a0b444e607d2627161f142715c2dc12086b7300 (patch)
tree8b3d5c193479a4d03e1b4fc5efe74d106898621f
parent90d0da0487db117509d16ddc8b61f9b1048a5f42 (diff)
downloadplanet-0a0b444e607d2627161f142715c2dc12086b7300.tar
planet-0a0b444e607d2627161f142715c2dc12086b7300.tar.gz
planet-0a0b444e607d2627161f142715c2dc12086b7300.tar.bz2
planet-0a0b444e607d2627161f142715c2dc12086b7300.tar.xz
planet-0a0b444e607d2627161f142715c2dc12086b7300.zip
Use phpunit from vendor/
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b6c79cc..aa69d55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,9 @@ before_script:
- bash -c "if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then (php -S 127.0.0.1:8081 >& /dev/null &); fi"
- bash -c "if [[ $TRAVIS_PHP_VERSION = hhvm ]]; then (hhvm -m server -p 8081 >& /dev/null &); fi"
+script:
+ vendor/bin/phpunit
+
# deploy:
# provider: releases
# skip_cleanup: true