diff options
author | Wolfy-J <[email protected]> | 2019-10-12 12:46:06 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-12 12:46:06 +0300 |
commit | 612abbcecfac92b0468faabd2fce9b02356f6dbe (patch) | |
tree | 6c6cb21007152c53d4526ede7fd1689d69fb68ed /.travis.yml | |
parent | ec7d32a9fb8d052afab47c2577678369579c8bba (diff) |
- dropped support for 7.1 version
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index c061338c..cc02ffab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,13 +44,6 @@ after_success: jobs: include: - stage: Test - env: "PHP=7.0" - before_install: - - sudo add-apt-repository -y ppa:ondrej/php - - sudo apt-get update - - sudo apt-get install -y php7.0-cli php7.0-curl - - sudo cp `which php7.0` `which php` - - stage: Test env: "PHP=7.1" before_install: - sudo add-apt-repository -y ppa:ondrej/php |