Skip to content

Commit

Permalink
setup travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FabriZZio committed Nov 20, 2013
1 parent 2163d00 commit 84df6aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,12 @@ language: php
php:
- 5.3
- 5.4
- 5.5

notifications:
email:
- dieter@marlon.be
- dieter@marlon.be

before_script:
- composer install --dev
- phpunit

0 comments on commit 84df6aa

Please sign in to comment.