Merge pull request #15 from ashnazg/make-build

Make travis build
This commit is contained in:
Vasil Rangelov
2012-11-22 03:03:34 -08:00
2 changed files with 26 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
script:
- vendor/phpunit/phpunit/composer/bin/phpunit
before_script:
- sudo apt-get -qq update > /dev/null
- phpenv rehash > /dev/null
- composer selfupdate --quiet
- composer install --dev
- vendor/phpunit/phpunit/composer/bin/phpunit
- composer update --dev
notifications:
irc: "irc.freenode.org#phpdocumentor"
email:
- [email protected]
- [email protected]
+4 -1
View File
@@ -11,5 +11,8 @@
},
"autoload": {
"psr-0": {"phpDocumentor": ["src/"]}
},
"require-dev": {
"phpunit/phpunit": "*@stable"
}
}
}