aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/simplepie/simplepie/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/simplepie/simplepie/.travis.yml')
-rw-r--r--vendor/simplepie/simplepie/.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/vendor/simplepie/simplepie/.travis.yml b/vendor/simplepie/simplepie/.travis.yml
deleted file mode 100644
index e44352dbb..000000000
--- a/vendor/simplepie/simplepie/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-language: php
-
-php:
- - 5.6
- - 7.0
- - 7.1
- - 7.2
- - 7.3
- - 7.4
- - nightly
-
-matrix:
- allow_failures:
- # Allow failures for unstable builds.
- - php: "nightly"
-
-before_script:
- - |
- if [[ $TRAVIS_PHP_VERSION == "nightly" ]]; then
- travis_retry composer install --no-interaction --ignore-platform-reqs
- else
- travis_retry composer install --no-interaction
- fi
-
-script:
- - composer test
-
-branches:
- except:
- - one-dot-two