summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UserFunctions/vendor/composer/installers/.travis.yml')
-rw-r--r--UserFunctions/vendor/composer/installers/.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/UserFunctions/vendor/composer/installers/.travis.yml b/UserFunctions/vendor/composer/installers/.travis.yml
deleted file mode 100644
index 931191dd..00000000
--- a/UserFunctions/vendor/composer/installers/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language: php
-
-sudo: false
-
-dist: trusty
-
-git:
- depth: 5
-
-php:
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - 7.1
- - hhvm
- - nightly
-
-matrix:
- include:
- - dist: precise
- php: 5.3
- fast_finish: true
- allow_failures:
- - php: nightly
-
-before_script:
- - composer self-update
- - composer install
-
-script:
- - composer test