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