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 --diff --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 @@ -7,6 +7,11 @@ CHANGE LOG
7
7
* Upgraded to laravel 5
8
8
9
9
10
+ ## V2.1.4 Alpha (Upcoming)
11
+
12
+ * Removed the cs fixers
13
+
14
+
10
15
## V2.1.3 (05/10/2014)
11
16
12
17
* Improved the test suite
You can’t perform that action at this time.
0 commit comments