diff options
author | Bruce Wells <brucekwells@gmail.com> | 2020-06-03 16:59:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 16:59:55 +0300 |
commit | 333a52e9aa64272b0011e108714c93c0f1e0d7db (patch) | |
tree | a1f6985aa44e3af0296989435427d57bc5219add /.travis.yml | |
parent | 913cf0a1e8920dbcc18649fa173a0c7e6ba5d5ef (diff) | |
parent | ea898d7a7b85aeb677f81f13784232c99b61808a (diff) |
Merge pull request #4 from neonxp/master
Latest from master
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a471c3e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: php - -php: - - 7.1 - - 7.2 - - 7.3 - - 7.4 - -before_script: - - wget http://getcomposer.org/composer.phar - - php composer.phar install |