Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / grasmash / yaml-expander / .travis.yml
diff --git a/vendor/grasmash/yaml-expander/.travis.yml b/vendor/grasmash/yaml-expander/.travis.yml
new file mode 100644 (file)
index 0000000..0416daa
--- /dev/null
@@ -0,0 +1,39 @@
+language: php
+
+branches:
+  # Only test the master branch and SemVer tags.
+  only:
+    - master
+    - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
+
+matrix:
+  fast_finish: true
+  include:
+    - php: 7.2
+      env: 'SCENARIO=symfony4 HIGHEST_LOWEST="update"'
+    - php: 7.1
+      env: 'SCENARIO=symfony4'
+    - php: 7.0.11
+      env: 'HIGHEST_LOWEST="update"'
+    - php: 7.0.11
+    - php: 5.6
+    - php: 5.5
+    - php: 5.4
+      env: 'SCENARIO=symfony2 HIGHEST_LOWEST="update --prefer-lowest'
+
+sudo: false
+
+cache:
+  apt: true
+  directories:
+  - "$HOME/.composer/cache"
+  - "vendor"
+
+install:
+  - 'composer scenario "${SCENARIO}" "${HIGHEST_LOWEST-install}"'
+
+script:
+  - composer test
+
+after_success:
+  - travis_retry php vendor/bin/coveralls -v