We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beb96a4 + 4a9ddd1 commit bfc443bCopy full SHA for bfc443b
.travis.yml
@@ -0,0 +1,22 @@
1
+language: php
2
+php:
3
+ - 5.3.3
4
+ - 5.3
5
+ - 5.4
6
+
7
+script:
8
+ - vendor/phpunit/phpunit/composer/bin/phpunit
9
10
+before_script:
11
+ - sudo apt-get -qq update > /dev/null
12
+ - phpenv rehash > /dev/null
13
+ - composer selfupdate --quiet
14
+ - composer install --dev
15
16
+ - composer update --dev
17
18
+notifications:
19
+ irc: "irc.freenode.org#phpdocumentor"
20
+ email:
21
+ - [email protected]
22
composer.json
@@ -11,5 +11,8 @@
},
"autoload": {
"psr-0": {"phpDocumentor": ["src/"]}
+ },
+ "require-dev": {
+ "phpunit/phpunit": "*@stable"
}
-}
+}
0 commit comments