summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-16 22:20:58 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-16 22:20:58 -0400
commit91d3134c14ca4fabe4bb3db42c48c7e2b5dc29c6 (patch)
tree210b2f29c247cdf378a48b425984bdd58964cb3a /.travis.yml
parent3bc89cd88b32d23d6d901245451b27b80d4512f9 (diff)
Improve Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 56091512..1c132a0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+git:
+ depth: 3
+
language: php
sudo: false
@@ -17,6 +20,7 @@ matrix:
fast_finish: true
before_script:
+ - phpenv config-rm xdebug.ini
- phpenv config-add tests/php.ini
- composer install
- php -i