Skip to content

Commit

Permalink
[#14] Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 30, 2012
1 parent 56400d0 commit 7bb3d2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4

script:
- phpunit -c tests/phpunit.xml
1 change: 1 addition & 0 deletions .vimproject
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mustache=/home/matthew/git/phly_mustache CD=. filter="*.php *.html *.xml *.txt"
LICENSE
README.md
TODO
.travis.yml
library=library {
Phly=Phly {
Mustache=Mustache {
Expand Down

0 comments on commit 7bb3d2e

Please sign in to comment.