summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-10-12 13:04:08 +0300
committerWolfy-J <[email protected]>2019-10-12 13:04:08 +0300
commit9745de5ccc23802829268ea016d5e02127825d3d (patch)
tree72c1dfabce8f75a82c6636785a6e112daa8ae368 /.travis.yml
parent579c817dc70a74ba0eeeccc72633a481b109b3e9 (diff)
- adding 7.4 tests to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cc02ffab..e98795fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,4 +63,11 @@ jobs:
- sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update
- sudo apt-get install -y php7.3-cli php7.3-curl
- - sudo cp `which php7.3` `which php` \ No newline at end of file
+ - sudo cp `which php7.3` `which php`
+ - stage: Test
+ env: "PHP=7.4"
+ before_install:
+ - sudo add-apt-repository -y ppa:ondrej/php
+ - sudo apt-get update
+ - sudo apt-get install -y php7.4-cli php7.4-curl
+ - sudo cp `which php7.4` `which php` \ No newline at end of file