Skip to content

Commit

Permalink
Merge pull request #6 from j0k3r/patch-1
Browse files Browse the repository at this point in the history
Fix yaml validation
  • Loading branch information
K-Phoen committed Jun 11, 2016
2 parents ef5646f + 3d806fb commit e57da1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*
- php: 5.6
env: SYMFONY_VERSION=3.1.*

php:
- 5.5
Expand All @@ -40,4 +42,4 @@ install:
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS

script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit -v
2 changes: 1 addition & 1 deletion Resources/config/rulerz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
rulerz.compiler.file:
class: RulerZ\Compiler\FileCompiler
public: false
arguments: [ "@rulerz.parser", %rulerz.cache_directory% ]
arguments: [ "@rulerz.parser", "%rulerz.cache_directory%" ]

rulerz.parser:
class: RulerZ\Parser\HoaParser
Expand Down

0 comments on commit e57da1c

Please sign in to comment.