mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 22:04:43 +08:00
Remove php5.3, Add php7.1 (.travis.yml)
This commit is contained in:
parent
20eff3a49a
commit
861da1469b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue