initial travis build

This commit is contained in:
Chuck Burgess
2012-11-21 15:09:44 -06:00
parent 658d11b7b5
commit 6804adcc87
+23
View File
@@ -0,0 +1,23 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
script:
- php bin/phpunit
before_script:
- sudo apt-get -qq update > /dev/null
- sudo apt-get -qq install graphviz > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install --dev
- php bin/phpunit
- composer update --dev
notifications:
irc: "irc.freenode.org#phpdocumentor"
email:
- [email protected]
- [email protected]