Remove PHP56 and PHP-CS-Fixer from Travis CI installation
This commit is contained in:
parent
0b1d0216d9
commit
f7939e7d00
12
.travis.yml
12
.travis.yml
|
@ -39,11 +39,11 @@ before_install:
|
||||||
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
|
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
|
||||||
- brew install uncrustify
|
- brew install uncrustify
|
||||||
# PHP
|
# PHP
|
||||||
- brew tap homebrew/homebrew-php
|
# - brew tap homebrew/homebrew-php
|
||||||
- brew gist-logs php56
|
# - brew gist-logs php56
|
||||||
- brew install php56
|
# - brew install php56
|
||||||
- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
|
# - echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
|
||||||
- brew gist-logs php-cs-fixer
|
# - brew gist-logs php-cs-fixer
|
||||||
- brew install php-cs-fixer
|
# - brew install php-cs-fixer
|
||||||
# CoffeeScript
|
# CoffeeScript
|
||||||
- npm install coffee-formatter
|
- npm install coffee-formatter
|
||||||
|
|
Loading…
Reference in New Issue