Skip to content

Commit 8322812

Browse files
Merge remote-tracking branch 'origin/2.1'
Conflicts: .travis.yml CHANGELOG.md
2 parents 6193b07 + 57b13ae commit 8322812

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ install:
1414
script:
1515
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;'
1616
- 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;'
1917

2018
after_script:
2119
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ CHANGE LOG
77
* Upgraded to laravel 5
88

99

10+
## V2.1.4 Alpha (Upcoming)
11+
12+
* Removed the cs fixers
13+
14+
1015
## V2.1.3 (05/10/2014)
1116

1217
* Improved the test suite

0 commit comments

Comments
 (0)