aboutsummaryrefslogtreecommitdiffstats
path: root/library/kzykhys/git/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'library/kzykhys/git/.travis.yml')
-rw-r--r--library/kzykhys/git/.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/library/kzykhys/git/.travis.yml b/library/kzykhys/git/.travis.yml
deleted file mode 100644
index ff4164104..000000000
--- a/library/kzykhys/git/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-language: php
-
-php:
- - 5.5
- - 5.4
- - 5.3
-
-before_script:
- - composer require --no-update satooshi/php-coveralls:dev-master@dev sensiolabs/security-checker:dev-master
- - composer update --dev --no-interaction
- - git config --global user.name "John Doe"
- - git config --global user.email "example@example.com"
-
-script:
- - mkdir -p build/logs
- - phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
- - php vendor/bin/security-checker security:check composer.lock
-
-after_script:
- - php vendor/bin/coveralls \ No newline at end of file