aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-07-09 18:32:10 +0200
committerVictor Häggqvist <[email protected]>2015-07-09 18:32:10 +0200
commit82914ce079cf07219aa903c67fa7126da7ae9866 (patch)
tree51645c0ad5f67f78dc2ef8ae6a7923fa8c3fed3f
parent1fa2fdbe0a7bf7982664c5d68f6fb7370afd3c0f (diff)
chore(travis): fix phpunit bootstrap
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 54f039d..801e112 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,5 @@ php:
install:
- composer self-update
- composer install
+
+script: phpunit --bootstrap vendor/autoload.php