File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ install:
14
14
script :
15
15
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;'
16
16
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;'
17
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpcs src -p --standard=psr2 --ignore=*.blade.php; fi;'
18
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/php-cs-fixer --dry-run -vv fix; fi;'
19
17
20
18
after_script :
21
19
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ CHANGE LOG
2
2
==========
3
3
4
4
5
+ ## V2.1.4 Alpha (Upcoming)
6
+
7
+ * Removed the cs fixers
8
+
9
+
5
10
## V2.1.3 (05/10/2014)
6
11
7
12
* Improved the test suite
You can’t perform that action at this time.
0 commit comments