Skip to content

Commit

Permalink
Merge pull request #47 from REBELinBLUE/master
Browse files Browse the repository at this point in the history
Adding PHPTAL_lint to bin directoy
  • Loading branch information
Potherca committed Oct 21, 2015
2 parents 682a019 + 5696d5a commit 20849d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ matrix:
allow_failures:
- php: 5.2

script: phpunit -c phpunit.xml
script:
- phpunit -c phpunit.xml
- tools/phptal_lint.php -e html tests/input/phptal*.html
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"config": {
"bin-dir": "tools"
}
},
"bin": [
"tools/phptal_lint.php"
]
}

0 comments on commit 20849d3

Please sign in to comment.