mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -5,9 +5,9 @@ php:
|
|||
- '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
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue