We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f196526 commit 9d7627fCopy full SHA for 9d7627f
2 files changed
.travis.yml
@@ -0,0 +1,10 @@
1
+language: php
2
+php:
3
+ - 5.4
4
+ - 5.5
5
+ - 5.6
6
+ - nightly
7
+script:
8
+ - php composer.phar self-update
9
+ - php composer.phar install --dev
10
+ - ./vendor/bin/phpunit
README.md
@@ -1,4 +1,4 @@
-# PHPUnit Skeleton #
+# PHPUnit Skeleton [](https://travis-ci.org/jasdeepkhalsa/phpunit-skeleton)
_Get up and running with PHPUnit testing easily for your project with this skeleton_
* Are you frustrated with trying to install and configure PHPUnit?
0 commit comments