diff options
Diffstat (limited to 'vendor/erusev/parsedown/.travis.yml')
-rw-r--r-- | vendor/erusev/parsedown/.travis.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/erusev/parsedown/.travis.yml b/vendor/erusev/parsedown/.travis.yml deleted file mode 100644 index 5df49dcb..00000000 --- a/vendor/erusev/parsedown/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: php - -php: - - 7.0 - - 5.6 - - 5.5 - - 5.4 - - 5.3 - - hhvm - - hhvm-nightly - -matrix: - fast_finish: true - allow_failures: - - php: 7.0 - - php: hhvm-nightly |