From 861da1469b68ac2908ecdd273b25b220ba93e75a Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Thu, 15 Dec 2016 02:21:36 +0300 Subject: [PATCH] Remove php5.3, Add php7.1 (.travis.yml) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e17906f9d..6371c2299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php php: - - '5.3' - '5.4' - '5.5' - '5.6' - '7.0' + - '7.1' #before_script: # - sudo apt-get install -y build-essential libssl-dev # - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash