mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
17669b7be0
Signature plugin fixes Add view decorator A large number of fixes
13 lines
312 B
YAML
13 lines
312 B
YAML
language: php
|
|
php:
|
|
- '5.3'
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
#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
|
|
# - nvm install 4.4.5
|
|
# - nvm use 4.4.5
|
|
# - npm install -g eslint babel-eslint
|