Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / composer / installers / .travis.yml
diff --git a/vendor/composer/installers/.travis.yml b/vendor/composer/installers/.travis.yml
deleted file mode 100644 (file)
index eca55df..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-language: php
-
-sudo: false
-
-dist: trusty
-
-git:
-  depth: 5
-
-php:
-  - 5.4
-  - 5.5
-  - 5.6
-  - 7.0
-  - 7.1
-  - 7.2
-  - 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